| 60 | } |
| 61 | |
| 62 | void BenchmarkMemoryUsage() { |
| 63 | // TODO(yeshunping): Implement it using gperftools |
| 64 | } |
| 65 | |
| 66 | static void runN(Benchmark *b, int n, int siz) { |
| 67 | processed_bytes = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected