Searched defs:percentage (Results 1 – 8 of 8) sorted by relevance
22 void onStatusUpdate(int status_code, float percentage); in onStatusUpdate()
35 double percentage = (total_period != 0) ? 100.0 * period / total_period : 0.0; in DisplayAccumulatedOverhead() local48 double percentage = (total_period != 0) ? 100.0 * period / total_period : 0.0; in DisplaySelfOverhead() local142 double percentage = in DisplayCallGraphEntry() local
339 double percentage = 0; in ReportProcessInfo() member408 double percentage = 100.0 * thread->spin_info.max_rate; in ReportProcessInfo() local
693 double percentage = 0.0; in PrintSlabReportContext() local
68 int percentage = staging_pair.percentage; in GetStagingSchedule() local
52 def __init__(self, percentage, function_name): argument
171 int percentage = (progress.bytes_processed * 100) / progress.total_bytes; in Display() local
75 off64_t CalculateZramSize(int percentage) { in CalculateZramSize()