mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Allways take cpu time from OSTime on WSL
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
269b49a0d4
commit
03ee6bc2dd
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user