Closed
Bug 1308911
Opened 9 years ago
Closed 3 years ago
TraceLogger: make it possible to reduce during generation
Categories
(Core :: JavaScript Engine: JIT, defect, P5)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: h4writer, Unassigned, NeedInfo)
Details
There is a tool called "reduce.py" that can reduce the TL size considerable by removing data. Now that tool often takes a lot of time, since it needs to remove the data again. What about never writing the information and just do this during logging? That would make the experience better for huge traces. (also a bit less accurate. But if you are doing big traces you might want to have prefer this).
Reporter | ||
Updated•9 years ago
|
Flags: needinfo?(hv1989)
Priority: -- → P5
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•