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

Function main_loop

test/benchmark/benchmark_memset.cpp:133–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131
132#ifdef __EMSCRIPTEN__
133void main_loop()
134{
135 if (!testCases.empty())
136 {
137 run_one();
138 }
139 else
140 {
141 emscripten_cancel_main_loop();
142 print_results();
143 }
144}
145#endif
146
147#ifndef MAX_COPY

Callers

nothing calls this directly

Calls 3

run_oneFunction · 0.70
print_resultsFunction · 0.70
emptyMethod · 0.45

Tested by

no test coverage detected