Instrumentation refactoring

Use bool instead of int where it should be.
Tweak naming.
Removed unused members

Change-Id: I468be28d78e9da7c7fa1632e362ed077929fb91a
This commit is contained in:
Artur Harasimiuk
2018-01-05 13:35:03 +01:00
committed by sys_ocldev
parent dd601ff73a
commit 3883f790cc
19 changed files with 196 additions and 139 deletions

View File

@ -23,7 +23,7 @@
#pragma once
#include "runtime/event/hw_timestamps.h"
#include "runtime/instrumentation/instrumentation.h"
#include "instrumentation.h"
namespace OCLRT {