Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dstaging_utils.cc48 if (staging_schedule.back().percentage != 100) { in GetStagingSchedule()
50 << staging_schedule.back().percentage; in GetStagingSchedule()
67 int percentage = staging_pair.percentage; in GetStagingSchedule() local
68 if (previous_percentage >= percentage) { in GetStagingSchedule()
71 << " Current value: " << percentage; in GetStagingSchedule()
74 previous_percentage = percentage; in GetStagingSchedule()
89 if (percentage_position <= staging_pair.percentage) { in CalculateWaitTimeInDaysFromSchedule()
/system/extras/simpleperf/scripts/
Dreport.py52 def __init__(self, percentage, function_name): argument
53 self.percentage = percentage
69 strs.append('CallTreeNode percentage = %.2f' % self.percentage)
171 percentage = float(m.group(1))
174 percentage = 100.0
177 node = CallTreeNode(percentage, function_name)
252 if node.percentage != 100.0:
253 percentage_str = '%.2f%% ' % node.percentage
Dreport_html.js1418 let percentage = '';
1420 percentage = match[1];
1422 thisObj.svg.find(`#percent_text_${thisObj.id}`).text(percentage);
/system/extras/simpleperf/
Dcmd_trace_sched.cpp329 double percentage = 0; in ReportProcessInfo() member
340 entry.percentage = 0.0; in ReportProcessInfo()
342 entry.percentage = 100.0 * process.total_runtime_in_ns / total_runtime_in_ns; in ReportProcessInfo()
345 if (entry.percentage < 0.01) { in ReportProcessInfo()
356 entry.percentage = 0.0; in ReportProcessInfo()
358 entry.percentage = 100.0 * thread->total_runtime_in_ns / total_runtime_in_ns; in ReportProcessInfo()
361 if (entry.percentage < 0.01) { in ReportProcessInfo()
379 return StringPrintf("%.2f%%", entry->percentage); in ReportProcessInfo()
398 double percentage = 100.0 * thread->spin_info.max_rate; in ReportProcessInfo() local
409 percentage); in ReportProcessInfo()
DSampleDisplayer.h35 double percentage = (total_period != 0) ? 100.0 * period / total_period : 0.0; in DisplayAccumulatedOverhead() local
36 return android::base::StringPrintf("%.2f%%", percentage); in DisplayAccumulatedOverhead()
48 double percentage = (total_period != 0) ? 100.0 * period / total_period : 0.0; in DisplaySelfOverhead() local
49 return android::base::StringPrintf("%.2f%%", percentage); in DisplaySelfOverhead()
142 double percentage = in DisplayCallGraphEntry() local
144 if (percentage < percent_limit_) { in DisplayCallGraphEntry()
147 percentage_s = android::base::StringPrintf("--%.2f%%-- ", percentage); in DisplayCallGraphEntry()
Dcmd_kmem.cpp693 double percentage = 0.0; in PrintSlabReportContext() local
695 percentage = 100.0 * fragment / slab_sample_tree_.total_allocated_bytes; in PrintSlabReportContext()
697 fprintf(fp, "Total fragment: %" PRIu64 ", %f%%\n", fragment, percentage); in PrintSlabReportContext()
701 percentage = 0.0; in PrintSlabReportContext()
703 percentage = 100.0 * slab_sample_tree_.nr_cross_cpu_allocations / in PrintSlabReportContext()
707 slab_sample_tree_.nr_cross_cpu_allocations, percentage); in PrintSlabReportContext()
/system/update_engine/
Dcleanup_previous_update_action.cc294 double percentage = 0.0; in OnMergePercentageUpdate() local
295 snapshot_->GetUpdateState(&percentage); in OnMergePercentageUpdate()
298 delegate_->OnCleanupProgressUpdate(percentage / 100); in OnMergePercentageUpdate()
302 if (last_percentage_ < static_cast<unsigned int>(percentage)) { in OnMergePercentageUpdate()
303 last_percentage_ = percentage; in OnMergePercentageUpdate()
/system/update_engine/binder_bindings/android/os/
DIUpdateEngineCallback.aidl23 void onStatusUpdate(int status_code, float percentage); in onStatusUpdate() argument
/system/memory/lmkd/
DREADME.md67 ro.lmk.swap_free_low_percentage: level of free swap as a percentage of the
72 ro.lmk.thrashing_limit: number of workingset refaults as a percentage of
79 percentage of the original threshold used to lower
/system/extras/simpleperf/scripts/inferno/
Dscript.js264 let percentage = match[2];
267 percentageTextElement.textContent = percentage;
/system/extras/simpleperf/doc/
Dexecutable_commands_reference.md154 event is only monitored for part of the total time. In the example below, there is a percentage at
155 the end of each row, showing the percentage of the total time that each event was actually
300 percentage comment shows runtime_on_a_core / runtime_on_all_cores. Note that, percentage is still
305 # A percentage shows runtime_on_a_cpu / runtime_on_all_cpus.
309 # cpu count event_name # percentage = event_run_time / enabled_time
545 column is Overhead, which shows the percentage of events inside the current sample entry in total
546 events. As the perf event is cpu-cycles, the overhead is the percentage of CPU cycles used in each
Dinferno.md90 #### High percentage of lost samples
/system/gsid/
Dgsi_tool.cpp157 int percentage = (progress.bytes_processed * 100) / progress.total_bytes; in Display() local
169 fprintf(stdout, "\r%-15s%6d%% ", progress.step.c_str(), percentage); in Display()
/system/core/fs_mgr/
Dfs_mgr_fstab.cpp78 off64_t CalculateZramSize(int percentage) { in CalculateZramSize() argument
82 total *= percentage; in CalculateZramSize()
/system/core/init/
DREADME.md229 bytes and `limit_percent` which is interpreted as a percentage of the size