You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 0.16.0rc1, the HTML profile generated from bazel analyze-profile --html is exceedingly large, containing timestamp <div> elements like the following:
cc @meisterT@ulfjack could this be related to the recent profiler changes?
jin
changed the title
bazel 0.16.0 analyze-profile --html output is exceedingly large
0.16.0's analyze-profile --html output is exceedingly large
Jul 21, 2018
Description of the problem / feature request:
In 0.16.0rc1, the HTML profile generated from
bazel analyze-profile --html
is exceedingly large, containing timestamp<div>
elements like the following:A HTML profile on
//examples/cpp:hello-world
is 48MB and has 420511 lines:For comparison, the same profile generated from 0.15.2 is 279 lines:
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Build any target using Bazel 0.16.0 RC with
--profile=prof.dat
, andbazel analyze-profile --html prof.dat
What operating system are you running Bazel on?
macOS
What's the output of
bazel info release
?0.16.0rc1
The text was updated successfully, but these errors were encountered: