iipeace / guider

A Practically Applicable Performance Analyzer for Real Product Development
https://iipeace.github.io/docs/guider.html
GNU General Public License v2.0
629 stars 92 forks source link

Export tracing data in tabular form #270

Open elfring opened 3 years ago

elfring commented 3 years ago

Special data formats are used for the output of tracing data. Would you like to provide these data by other known tabular structures?

iipeace commented 3 years ago

you wanna get just raw data such as CSV format?

elfring commented 3 years ago

I would like to get raw data for further analysis approaches. But I find the selection of other delimiters occasionally safer (than the usage of commas) for the desired file generation.

iipeace commented 3 years ago

Waht do you think about JSON format? Do you wanna reprocess raw data from specific file?

elfring commented 3 years ago
iipeace commented 3 years ago

There are some commands that support JSON-format output with -J option. I will implement also it in trace modes.

elfring commented 3 years ago

Thanks for another promising feedback.

JSON is not a tabular data format. Its support will vary between software applications.

iipeace commented 3 years ago

could you check it?

elfring commented 3 years ago