Searched defs:percentage (Results 1 – 4 of 4) sorted by relevance
20 void onStatusUpdate(int status_code, float percentage); in onStatusUpdate()
43 def __init__(self, percentage, function_name): argument
79 double percentage = (total_period != 0) ? 100.0 * period / total_period : 0.0; in Show() local96 double percentage = (total_period != 0) ? 100.0 * period / total_period : 0.0; in Show() local766 double percentage = 100.0 * (node->period + node->children_period) / parent_period; in PrintCallGraphEntry() local
96 static uint64_t calculate_zram_size(unsigned int percentage) in calculate_zram_size()