can we export systrace output as CSV file, so that i can parse and generate report.
Asked
Active
Viewed 461 times
1 Answers
0
There's no built-in facility for generating reports in different formats. However, if you look at the HTML, you can see that it's split into a block of javascript code that implements the viewer, followed by the data, one entry per line. Writing a script that converts the data to the format of your choice is straightforward.

fadden
- 51,356
- 5
- 116
- 166