mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
Revert "refactor: Add GDI profiling"
This reverts commit 8d56f8fb6b.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
87eb5f554a
commit
e949ba7144
@@ -88,7 +88,7 @@ int Drm::ioctl(DrmIoctl request, void *arg) {
|
||||
int returnedErrno = 0;
|
||||
SYSTEM_ENTER();
|
||||
do {
|
||||
auto measureTime = debugManager.flags.PrintKmdTimes.get();
|
||||
auto measureTime = debugManager.flags.PrintIoctlTimes.get();
|
||||
std::chrono::steady_clock::time_point start;
|
||||
std::chrono::steady_clock::time_point end;
|
||||
|
||||
@@ -644,7 +644,7 @@ std::vector<DataType> Drm::query(uint32_t queryId, uint32_t queryItemFlags) {
|
||||
}
|
||||
|
||||
void Drm::printIoctlStatistics() {
|
||||
if (!debugManager.flags.PrintKmdTimes.get()) {
|
||||
if (!debugManager.flags.PrintIoctlTimes.get()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user