Closed noisyboiler closed 7 years ago
Hello,
us is microseconds (the intent being "µs" but I remember kcachegrind crashing in the early pprofile days, could be non-ascii issue or some other inconsistencies in the first files I generated). hits is the number of times the line of code was executed. us/hit is the ratio between both (ie, average execution time of each line).
Great stuff @vpelletier. Thanks
Hi @vpelletier
Dumping stats to be visualised in CacheGrind gives us 3 costing options for inclusive and self sorting: hits, us, us/hit.
Could you clarify exactly what these Event Types are please?
Many thanks!