Searched refs:my_end_time (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmain.c134 time_t my_start_time, my_end_time; local
332 my_end_time = time( NULL );
333 printf( "\nEnd testing - %s \n", ctime_r( &my_end_time, &my_buffer[0] ) );

Completed in 74 milliseconds