HomeSort by relevance Sort by last modified time
    Searched refs:get_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
202 get_warm = 1e99;
210 if (delta < get_warm)
211 get_warm = delta;
227 1e9 * get_cold, 1e9 * get_warm);
Gperf-trace.c 139 double stop, start, get_cold, get_warm, init_cold, init_warm, delta; local
188 get_warm = 1e99;
196 if (delta < get_warm)
197 get_warm = delta;
213 1e9 * get_cold, 1e9 * get_warm);

Completed in 94 milliseconds