MCPcopy Create free account
hub / github.com/Snapchat/Valdi / DecodeAndVisitJSCore

Function DecodeAndVisitJSCore

valdi/test/benchmark/ProtobufBenchmark.cpp:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93BENCHMARK(DecodeAndVisitQuickJS);
94
95static void DecodeAndVisitJSCore(benchmark::State& state) {
96 doBench(JavaScriptEngineType::JSCore, "makeDecoderVisitor", state);
97}
98BENCHMARK(DecodeAndVisitJSCore);
99
100static void DecodeAndVisitMapQuickJS(benchmark::State& state) {

Callers

nothing calls this directly

Calls 1

doBenchFunction · 0.85

Tested by

no test coverage detected