Home
last modified time | relevance | path

Searched refs:n_runs_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/dumpstate/
Dutils.cpp129 n_runs_(0), in Progress()
156 n_runs_ = strtol(lines[0].c_str(), &ptr, 10); in Load()
158 if (n_runs_ <= 0 || average_max_ <= 0 || n_runs_ > STATS_MAX_N_RUNS || in Load()
167 MYLOGI("Average max progress: %d in %d runs; estimated max: %d\n", average_max_, n_runs_, max_); in Load()
171 int32_t total = n_runs_ * average_max_ + progress_; in Save()
172 int32_t runs = n_runs_ + 1; in Save()
219 dprintf(fd, "%sn_runs: %d\n", pr, n_runs_); in Dump()
Ddumpstate.h139 int32_t n_runs_; variable