Builder V8 Linux64 - internal snapshot Build 20035
Results:
Success
Trigger Info:
Project | v8 |
Revision | 4dbdeea2fea0f8f8fa22f11286b4e2404e318d59 |
Got Revision | 4dbdeea2fea0f8f8fa22f11286b4e2404e318d59 |
Execution:
- Source: Task 4288420cd12e2b10
- Bot: swarm334-c4
- Recipe: v8
Steps and Logfiles:
Show:-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
Build Properties:
Name | Value | Source |
---|---|---|
$recipe_engine/path | {"cache_dir": "/b/swarming/w/ir/cache", "temp_dir": "/b/swarming/w/ir/tmp/rt"} | setup_build |
$recipe_engine/runtime | {"is_experimental": false, "is_luci": true} | setup_build |
bot_id | "swarm334-c4" | setup_build |
branch | "refs/heads/master" | setup_build |
build_config | "Release" | setup_build |
buildbucket | {"build": {"bucket": "luci.v8.ci", "created_by": "user:luci-scheduler@appspot.gserviceaccount.com", "created_ts": 1548057870914696, "id": "8923737385906847488", "project": "v8", "tags": ["builder:V8 Linux64 - internal snapshot", "buildset:commit/git/4dbdeea2fea0f8f8fa22f11286b4e2404e318d59", "buildset:commit/gitiles/chromium.googlesource.com/v8/v8/+/4dbdeea2fea0f8f8fa22f11286b4e2404e318d59", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9089167448088929104", "scheduler_job_id:v8/V8 Linux64 - internal snapshot", "user_agent:luci-scheduler"]}, "hostname": "cr-buildbucket.appspot.com"} | setup_build |
buildername | "V8 Linux64 - internal snapshot" | setup_build |
buildnumber | 20035 | setup_build |
mastername | "client.v8" | setup_build |
path_config | "generic" | setup_build |
recipe | "v8" | setup_build |
repository | "https://chromium.googlesource.com/v8/v8" | setup_build |
revision | "4dbdeea2fea0f8f8fa22f11286b4e2404e318d59" | setup_build |
Blamelist:
- Peter Marshall (petermarshallohnoyoudont@chromium.org)
Timing:
Create | Monday, 21-Jan-19 08:04:30 UTC |
Start | Monday, 21-Jan-19 08:05:30 UTC |
End | Monday, 21-Jan-19 08:15:53 UTC |
Pending | 59 secs |
Execution | 10 mins 23 secs |
All Changes:
-
[cpu-profiler] Use unordered_map instead of custom hashmap in sampler
Changed by Peter Marshall - petermarshallohnoyoudont@chromium.org Changed at Monday, 21-Jan-19 07:58:13 UTC Repository https://chromium.googlesource.com/v8/v8 Branch Revision 4dbdeea2fea0f8f8fa22f11286b4e2404e318d59 Comments
[cpu-profiler] Use unordered_map instead of custom hashmap in sampler There is no reason to use the custom map here anymore. This lets us get rid of the custom hash and a lot of casts. We can also store the SamplerList by value in the map rather than a pointer, then we don't have to manage the lifetime explicitly. Also move the SamplerList typedef inside of SamplerManager because it's an internal detail. Remove the include for <map> because we aren't using this anywhere anyway. Change-Id: I787a1b6c3ffc331ec3f36e66d5e07bd115c4cbb4 Reviewed-on: https://chromium-review.googlesource.com/c/1419317 Reviewed-by: Yang Guo <yangguo@chromium.org> Commit-Queue: Peter Marshall <petermarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#58945}
Changed files
- src/libsampler/sampler.cc