| 213 | } |
| 214 | |
| 215 | static void DebugLog(const std::string& message) { |
| 216 | (void) message; |
| 217 | } |
| 218 | |
| 219 | static bool ShouldDumpFrame(const BenchmarkOptions& options, int frame_number) { |
| 220 | return !options.dump_dir.empty() && options.dump_every > 0 && |
no outgoing calls
no test coverage detected