| 293 | } |
| 294 | |
| 295 | const char* logo() { |
| 296 | return |
| 297 | " __\n" |
| 298 | " / /_ _________ _____\n" |
| 299 | " / __ \\/ ___/ __ \\/ ___/\n" |
| 300 | " / /_/ / / / /_/ / /__\n" |
| 301 | "/_.___/_/ / .___/\\___/\n" |
| 302 | " /_/\n"; |
| 303 | } |
| 304 | |
| 305 | const char* ProfilingType2String(ProfilingType t) { |
| 306 | switch (t) { |
no outgoing calls
no test coverage detected