... | ... | @@ -13,6 +13,7 @@ Profiling results across the whole application: Includes the following profiling |
|
|
* Ratio of branch misses: Indicating branch mispredictions during execution
|
|
|
* Cache miss rate: The ratio of cache misses during execution
|
|
|
* D cache misses: The ration of data cache misses
|
|
|
|
|
|
Profiling results per hotspot: Includes the hotspot ID, source file, start and end line of the specific hotspot, as well as the following indicators:
|
|
|
* CPU cycles
|
|
|
* Ratio of cache misses
|
... | ... | |