| D | EfiPerf.h | 142 #define PERF_ENABLE(handle, table, ticker) InitializePerformanceInfrastructure (handle, table,… argument 143 #define PERF_START(handle, token, host, ticker) StartMeasure (handle, token, host, ticker) argument 144 #define PERF_END(handle, token, host, ticker) EndMeasure (handle, token, host, ticker) argument 145 #define PERF_UPDATE(handle, token, host, handlenew, tokennew, hostnew) \ argument 155 #define PERF_ENABLE(handle, table, ticker) argument 156 #define PERF_START(handle, token, host, ticker) argument 157 #define PERF_END(handle, token, host, ticker) argument 158 #define PERF_UPDATE(handle, token, host, handlenew, tokennew, hostnew) argument
|