HomeSort by relevance Sort by last modified time
    Searched refs:cumulated_percent (Results 1 - 2 of 2) sorted by null

  /external/oprofile/libpp/
format_output.h 78 count_array_t cumulated_percent; member in struct:format_output::formatter::counts_t
format_output.cpp 333 f.counts.cumulated_percent[f.pclass] += f.sample.counts[f.pclass];
335 return get_percent(f.counts.cumulated_percent[f.pclass],
481 c.cumulated_percent = count_array_t();

Completed in 39 milliseconds