after getting the function profilie results from DSS i get the following columns in the csv file :
Index:com.ti.dvt.datamodel.core.ULong |
Name:com.ti.dvt.datamodel.core.Label |
Calls:com.ti.dvt.datamodel.core.ULong |
Excl Count Min:com.ti.dvt.datamodel.core.ULong |
Excl Count Max:com.ti.dvt.datamodel.core.ULong |
Excl Count Average:com.ti.dvt.datamodel.core.Average |
Excl Count Total:com.ti.dvt.datamodel.core.FloatingPoint |
Incl Count Min:com.ti.dvt.datamodel.core.ULong |
Incl Count Max:com.ti.dvt.datamodel.core.ULong |
Incl Count Average:com.ti.dvt.datamodel.core.Average |
Incl Count Total:com.ti.dvt.datamodel.core.FloatingPoint |
Filename:com.ti.dvt.datamodel.core.Label |
Line Number:com.ti.dvt.datamodel.core.UInteger |
Start Address:com.ti.dvt.datamodel.core.UInteger
|
However I want to get also the columns I see in the GUI profiler such as : percentage , lines of code ,line executed.
How can I get them via dss profiling ?
Thanks,
Itai.