| 120 | } |
| 121 | |
| 122 | void |
| 123 | VProfTool::RenderHelp(void (*render)(const char *fmt, ...)) |
| 124 | { |
| 125 | render("Use 'sm prof dump vprof' or one of the vprof_generate_report commands in your console to analyze a profile session."); |
| 126 | } |
no outgoing calls
no test coverage detected