0

can we export systrace output as CSV file, so that i can parse and generate report.

Lava Sangeetham
  • 2,943
  • 4
  • 38
  • 54

1 Answers1

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