HomeSort by relevance Sort by last modified time
    Searched refs:get_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
172 get_cold = 1e99;
183 if (delta < get_cold)
184 get_cold = 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
158 get_cold = 1e99;
169 if (delta < get_cold)
170 get_cold = delta;
213 1e9 * get_cold, 1e9 * get_warm);

Completed in 97 milliseconds