Module profiler::parse::cachegrind [] [src]

Enums

Metric

define cachegrind metrics

Traits

CacheGrindParser

Parser trait. To parse the output of Profilers, we first have to get their output from the command line, and then parse the output into respective structs.

Functions

sort_matrix

Utility function for sorting a matrix. used to sort cachegrind data by particular metric (descending)

Type Definitions

Mat

initialize matrix object