MCPcopy Create free account
hub / github.com/acl-dev/acl / rapidjson_test

Function rapidjson_test

lib_acl_cpp/samples/benchmark/json/main.cpp:101–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99};
100
101static int rapidjson_test(const acl::string& in, int count) {
102 int i;
103
104 for (i = 0; i < count; i++) {
105 MyHandler handler;
106 Reader reader;
107 StringStream ss(in.c_str());
108 reader.Parse(ss, handler);
109 }
110
111 return i;
112}
113#endif
114
115#ifdef HAS_JTJSON

Callers 1

mainFunction · 0.85

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…