Riyyi
2 years ago
2 changed files with 29 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||||||
|
#include <cstdio> |
||||||
|
|
||||||
|
#include "ruc/timer.h" |
||||||
|
|
||||||
|
int main(int argc, char* argv[]) |
||||||
|
{ |
||||||
|
ruc::Timer t; |
||||||
|
|
||||||
|
printf("%fms\n", t.elapsedNanoseconds() / 1000000.0); |
||||||
|
|
||||||
|
return 0; |
||||||
|
} |
Loading…
Reference in new issue