Closed
Bug 1098217
Opened 11 years ago
Closed 4 years ago
Convert TaskTracer data during profile capture
Categories
(Core :: Gecko Profiler, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: cyu, Assigned: gyeh)
References
()
Details
Attachments
(2 files, 11 obsolete files)
|
16.76 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.13 MB,
application/json
|
Details |
We'd like to invoke TaskTracer converter when the user issues ./profile.sh capture to capture the profile.
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Comment 2•11 years ago
|
||
Remove old profiling data and memory maps.
Attachment #8524343 -
Attachment is obsolete: true
| Reporter | ||
Updated•11 years ago
|
Assignee: cyu → gyeh
| Assignee | ||
Comment 3•11 years ago
|
||
| Assignee | ||
Comment 4•11 years ago
|
||
* Remove whitespace and '\t'.
* Rename as 'tasktracer-converter.py'
* Remove unused commands in tasktracer.sh
Attachment #8524385 -
Attachment is obsolete: true
| Assignee | ||
Comment 5•11 years ago
|
||
Attachment #8524423 -
Attachment is obsolete: true
| Assignee | ||
Comment 6•11 years ago
|
||
* Sort tasks by dispatch time
Attachment #8524427 -
Attachment is obsolete: true
| Assignee | ||
Comment 7•11 years ago
|
||
Update sample output.
Attachment #8524399 -
Attachment is obsolete: true
| Assignee | ||
Comment 9•11 years ago
|
||
Attachment #8524503 -
Attachment is obsolete: true
| Assignee | ||
Comment 10•11 years ago
|
||
Fix bug: duplicated threads.
Attachment #8524521 -
Attachment is obsolete: true
| Assignee | ||
Comment 11•11 years ago
|
||
Attachment #8524523 -
Attachment is obsolete: true
| Assignee | ||
Comment 12•11 years ago
|
||
Replace undefined dispatch timestamp with the minimum of all timestamps.
Attachment #8524535 -
Attachment is obsolete: true
| Assignee | ||
Comment 13•11 years ago
|
||
Attachment #8524537 -
Attachment is obsolete: true
| Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•