HomeSort by relevance Sort by last modified time
    Searched refs:init_warm (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
214 init_warm = 1e99;
222 if (delta < init_warm)
223 init_warm = 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
200 init_warm = 1e99;
208 if (delta < init_warm)
209 init_warm = delta;
215 1e9 * init_cold, 1e9 * init_warm);

Completed in 123 milliseconds