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

Function Tick

test/matrix_multiply.cpp:76–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void Tick()
77{
78 Benchmark(ItersPerFrame, mDst, mA, mB, A, B, C);
79 if (++NumFramesDone >= NumFrames)
80 {
81 Done();
82 }
83}
84
85int main(int argc, char **argv)
86{

Callers 1

mainFunction · 0.85

Calls 2

BenchmarkFunction · 0.85
DoneFunction · 0.85

Tested by

no test coverage detected