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

Function help

example/lottieperf.cpp:126–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124};
125
126static int help()
127{
128 std::cout<<"\nUsage : ./perf [--sync] [-c] [resource count] [-i] [iteration count] \n";
129 std::cout<<"\nExample : ./perf -c 50 -i 100 \n";
130 std::cout<<"\n\t runs perf test for 100 iterations. renders 50 resource per iteration\n\n";
131 return 0;
132}
133int
134main(int argc, char ** argv)
135{

Callers 4

mainFunction · 0.85
renderMethod · 0.85
setupMethod · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68