Open
Bug 1766532
Opened 4 years ago
Updated 4 years ago
Idle java threads fill entire timeline
Categories
(Core :: Gecko Profiler, defect, P3)
Core
Gecko Profiler
Tracking
()
NEW
People
(Reporter: mcomella, Unassigned)
References
Details
See https://github.com/firefox-devtools/profiler/issues/4004 for an explanation. In order to fix this issue the naive way (setting the naive category for these method names), we need to update the importer (that bug) and the sampler (this bug) to collect the correct categories.
| Reporter | ||
Updated•4 years ago
|
| Reporter | ||
Comment 1•4 years ago
|
||
In order to fix this issue the naive way (setting the naive category for these method names), we need to update the importer (that bug) and the sampler (this bug) to collect the correct categories.
I found this creates situations that are too misleading so we should implement the less-naive version as mstange suggested.. This version will still require changes to the platform code so I will leave this bug open.
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•