| 45 | }; |
| 46 | |
| 47 | static void usage(const char* procname) |
| 48 | { |
| 49 | printf("usage: %s -h [help] -t nthreads -n loop -S [if show]\r\n", procname); |
| 50 | } |
| 51 | |
| 52 | int main(int argc, char* argv[]) |
| 53 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…