MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / Done

Function Done

test/matrix_multiply.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68tick_t t0;
69
70void Done()
71{
72 tick_t t1 = tick();
73 printf("Ran %d matrix multiplications (across %d frames). Total elapsed: %f seconds. Checksum: %f.\n", NumFrames*ItersPerFrame, NumFrames, (double)(t1-t0)/ticks_per_sec(), sums);
74}
75
76void Tick()
77{

Callers 1

TickFunction · 0.85

Calls 3

printfFunction · 0.85
ticks_per_secFunction · 0.85
tickFunction · 0.50

Tested by

no test coverage detected