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

Function main_loop

test/benchmark/benchmark_memcpy.cpp:134–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132
133#ifdef __EMSCRIPTEN__
134void main_loop()
135{
136 if (!testCases.empty())
137 {
138 run_one();
139 }
140 else
141 {
142 emscripten_cancel_main_loop();
143 print_results();
144 }
145}
146#endif
147
148#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