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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmain.c164 time_t my_start_time, my_end_time; local
387 my_end_time = time( NULL );
388 printf( "\nEnd testing - %s \n", ctime_r( &my_end_time, &my_buffer[0] ) );

Completed in 19 milliseconds