Hi!
I would like to display the data with my spreadsheet programm.
Is it possible to gain a CSV or similiar output with Kprof/gprof, or do you have to modify any code to accomplish that?
Thanks!
Ingo.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Maybe I should be more specific!
I would like to export 'the current view' of KProf exactly as is to CSV or similiar formatted data-file to import this easily within my spreadsheet programm.
Thanks!
Ingo.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
I would like to display the data with my spreadsheet programm.
Is it possible to gain a CSV or similiar output with Kprof/gprof, or do you have to modify any code to accomplish that?
Thanks!
Ingo.
Maybe I should be more specific!
I would like to export 'the current view' of KProf exactly as is to CSV or similiar formatted data-file to import this easily within my spreadsheet programm.
Thanks!
Ingo.
CSV export _is_ possible, code has just to be added for that. I will add this as soon as I have the time.