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

Function callInterface0

test/embind/embind_benchmark.cpp:174–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172};
173
174void callInterface0(unsigned N, Interface& o) {
175 for (unsigned i = 0; i < N; i += 8) {
176 o.call0();
177 o.call0();
178 o.call0();
179 o.call0();
180 o.call0();
181 o.call0();
182 o.call0();
183 o.call0();
184 }
185}
186
187void callInterface1(unsigned N, Interface& o) {
188 static std::wstring foo(L"foo");

Callers

nothing calls this directly

Calls 1

call0Method · 0.80

Tested by

no test coverage detected