| 910 | } |
| 911 | |
| 912 | const char* KernelProfilingInfoString(int info) |
| 913 | { |
| 914 | switch (info) |
| 915 | { |
| 916 | case 0: return "CmdExecTime"; |
| 917 | |
| 918 | default: return "Bad"; |
| 919 | } |
| 920 | } |
| 921 | |
| 922 | const char* CapabilityString(int info) |
| 923 | { |
nothing calls this directly
no outgoing calls
no test coverage detected