Allways take cpu time from OSTime on WSL

Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
Maciej Plewka
2021-09-08 14:38:15 +00:00
committed by Compute-Runtime-Automation
parent 269b49a0d4
commit 03ee6bc2dd
6 changed files with 123 additions and 24 deletions

View File

@@ -13,6 +13,7 @@
namespace NEO {
class Wddm;
struct TimeStampDataHeader;
class DeviceTimeWddm : public DeviceTime {
public:
@@ -22,6 +23,7 @@ class DeviceTimeWddm : public DeviceTime {
uint64_t getDynamicDeviceTimerClock(HardwareInfo const &hwInfo) const override;
protected:
MOCKABLE_VIRTUAL bool runEscape(Wddm *wddm, TimeStampDataHeader &escapeInfo);
Wddm *wddm = nullptr;
};