HomeSort by relevance Sort by last modified time
    Searched refs:init_cold (Results 1 - 2 of 2) sorted by null

  /external/libunwind/tests/
Gperf-simple.c 153 double stop, start, get_cold, get_warm, init_cold, init_warm, delta; local
187 init_cold = 1e99;
198 if (delta < init_cold)
199 init_cold = delta;
229 1e9 * init_cold, 1e9 * init_warm);
Gperf-trace.c 139 double stop, start, get_cold, get_warm, init_cold, init_warm, delta; local
173 init_cold = 1e99;
184 if (delta < init_cold)
185 init_cold = delta;
215 1e9 * init_cold, 1e9 * init_warm);

Completed in 194 milliseconds