Searched refs:elapsed_value (Results 1 – 1 of 1) sorted by relevance
125 float elapsed_value; in PrintfElapsed() local129 elapsed_value = (float)elapsed_nsec; in PrintfElapsed()134 elapsed_value = (float)elapsed_nsec/1000.0f; in PrintfElapsed()139 elapsed_value = (float)elapsed_nsec/1000000.0f; in PrintfElapsed()144 elapsed_value = (float)elapsed_nsec/1000000000.0f; in PrintfElapsed()146 int result = printf ("%3.2f %s: ", elapsed_value, unit); in PrintfElapsed()