| 110 | TF_DeleteStatus(status); |
| 111 | } |
| 112 | TEST(CAPI, ExecuteWithTracing) { ExecuteWithProfiling(false); } |
| 113 | TEST(CAPI, ExecuteWithTracingAsync) { ExecuteWithProfiling(true); } |
| 114 | |
| 115 | TEST(CAPI, MultipleProfilerSession) { |
nothing calls this directly
no test coverage detected