Searched refs:percentage (Results 1 – 5 of 5) sorted by relevance
43 def __init__(self, percentage, function_name): argument44 self.percentage = percentage60 strs.append('CallTreeNode percentage = %.2f' % self.percentage)123 percentage = float(m.group(1))126 percentage = 100.0129 node = CallTreeNode(percentage, function_name)201 if node.percentage != 100.0:202 percentage_str = '%.2f%%' % node.percentage205 first_open = True if node.percentage == 100.0 else False
79 double percentage = (total_period != 0) ? 100.0 * period / total_period : 0.0; in Show() local80 return android::base::StringPrintf("%.2lf%%", percentage); in Show()96 double percentage = (total_period != 0) ? 100.0 * period / total_period : 0.0; in Show() local97 return android::base::StringPrintf("%.2lf%%", percentage); in Show()766 double percentage = 100.0 * (node->period + node->children_period) / parent_period; in PrintCallGraphEntry() local767 percentage_s = android::base::StringPrintf("--%.2lf%%-- ", percentage); in PrintCallGraphEntry()
20 void onStatusUpdate(int status_code, float percentage); in onStatusUpdate() argument
84 static uint64_t calculate_zram_size(unsigned int percentage) in calculate_zram_size() argument89 total *= percentage; in calculate_zram_size()
114 // 100 minus the idle percentage).