Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
void Tick()
77
{
78
Benchmark(ItersPerFrame, mDst, mA, mB, A, B, C);
79
if (++NumFramesDone >= NumFrames)
80
{
81
Done();
82
}
83
}
84
85
int main(int argc, char **argv)
86
{
Callers
1
main
Function · 0.85
Calls
2
Benchmark
Function · 0.85
Done
Function · 0.85
Tested by
no test coverage detected