MCPcopy Create free account
hub / github.com/Samsung/rlottie / PerfTest

Method PerfTest

example/lottieperf.cpp:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71{
72public:
73 explicit PerfTest(size_t resourceCount, size_t iterations):
74 _resourceCount(resourceCount), _iterations(iterations)
75 {
76 _resourceList = jsonFiles(std::string(DEMO_DIR));
77 }
78 void test(bool async)
79 {
80 setup();

Callers

nothing calls this directly

Calls 1

jsonFilesFunction · 0.85

Tested by

no test coverage detected