Home
last modified time | relevance | path

Searched refs:percentage (Results 1 – 5 of 5) sorted by relevance

/system/extras/simpleperf/
Dreport.py43 def __init__(self, percentage, function_name): argument
44 self.percentage = percentage
60 strs.append('CallTreeNode percentage = %.2f' % self.percentage)
123 percentage = float(m.group(1))
126 percentage = 100.0
129 node = CallTreeNode(percentage, function_name)
201 if node.percentage != 100.0:
202 percentage_str = '%.2f%%' % node.percentage
205 first_open = True if node.percentage == 100.0 else False
Dcmd_report.cpp79 double percentage = (total_period != 0) ? 100.0 * period / total_period : 0.0; in Show() local
80 return android::base::StringPrintf("%.2lf%%", percentage); in Show()
96 double percentage = (total_period != 0) ? 100.0 * period / total_period : 0.0; in Show() local
97 return android::base::StringPrintf("%.2lf%%", percentage); in Show()
766 double percentage = 100.0 * (node->period + node->children_period) / parent_period; in PrintCallGraphEntry() local
767 percentage_s = android::base::StringPrintf("--%.2lf%%-- ", percentage); in PrintCallGraphEntry()
/system/update_engine/binder_bindings/android/os/
DIUpdateEngineCallback.aidl20 void onStatusUpdate(int status_code, float percentage); in onStatusUpdate() argument
/system/core/fs_mgr/
Dfs_mgr_fstab.c84 static uint64_t calculate_zram_size(unsigned int percentage) in calculate_zram_size() argument
89 total *= percentage; in calculate_zram_size()
/system/extras/perfprofd/
Dperf_profile.proto114 // 100 minus the idle percentage).