)]}'
{
  "commit": "d26c561e720f5d4b9bfafd076b11ee4093a7b414",
  "tree": "2d5a3c0235f8fa9e30e2534ae0642de884ac8725",
  "parents": [
    "3ac5254232b2cf9421cb0b08eb0207bf26caa1db"
  ],
  "author": {
    "name": "Martin Fick",
    "email": "martin.fick@linaro.org",
    "time": "Tue Mar 28 08:48:44 2023 -0600"
  },
  "committer": {
    "name": "Martin Fick",
    "email": "martin.fick@linaro.org",
    "time": "Wed Apr 05 17:16:27 2023 -0600"
  },
  "message": "Add a TopKeyMap to HitHashMap statistics\n\nA TopKeyMap is a lightweight limited size (5) map with \u0027long\u0027 keys\ndesigned to store only the elements with the top five largest keys. Use\nthe TopKeyMap in the HitHashMap to track the keys of the elements which\ntook the longest to load using the StopWatch. Modify all the HitHashMap\nusers to use the new API and thus benefit from these new statistics.\n\nChange-Id: I19ed563bf6d81f0d72b14906edd676712b8973fe\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "82cedf787c9edff17fb440c2131cc8eba41c3bc8",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/task/HitHashMap.java",
      "new_id": "433b091c3a8f26b5c35669c3d5f6ae07ec986fed",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/task/HitHashMap.java"
    },
    {
      "type": "modify",
      "old_id": "422418b70e5ae729a8c1f6ffe08457d3d6df6b37",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/task/HitHashMapOfCollection.java",
      "new_id": "82d04fc3d5a29d788a4d59b56cfaaef41cf9cf1d",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/task/HitHashMapOfCollection.java"
    },
    {
      "type": "modify",
      "old_id": "b1dcda58fb4c547947a91f9ffd08eca3e1bba597",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/task/MatchCache.java",
      "new_id": "c7f7e4136f3ca3c4738ed01cbf4a7f08df1f2268",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/task/MatchCache.java"
    },
    {
      "type": "modify",
      "old_id": "39c99b4b2c0a6da4da8984ab7b567964e62c7531",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/task/PredicateCache.java",
      "new_id": "279729ecd7d6d25a0024b39e945c9a1ec4b50926",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/task/PredicateCache.java"
    },
    {
      "type": "modify",
      "old_id": "7c401a99ae1f984846cee5af8a5475db953d07e2",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/task/StatisticsMap.java",
      "new_id": "9141fe9a1245d3e55765a6c2f0cbe1892bd0d70e",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/task/StatisticsMap.java"
    },
    {
      "type": "modify",
      "old_id": "4a7d0fda9d162e7c75b382c2e8b7b5814d862ac4",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/task/TaskTree.java",
      "new_id": "70cd039b66aa83f9e54e3ba282064337819757b7",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/task/TaskTree.java"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "a23d59f725ce8d6b24519fee52afb597ef7a0d90",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/task/TopKeyMap.java"
    }
  ]
}
