mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 05:56:36 +08:00
Add profiling calculation from timestamp packets
Change-Id: Ie7f8c703ca5ea5eb1f5207871ef94cbc7ece18b7 Signed-off-by: Jobczyk, Lukasz <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
3fe78d263b
commit
c1cb1f9be6
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2017-2018 Intel Corporation
|
||||
* Copyright (C) 2017-2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -31,9 +31,11 @@ struct MockEvent : public BaseEventType {
|
||||
FORWARD_FUNC(submitCommand, BaseEventType);
|
||||
|
||||
using BaseEventType::timeStampNode;
|
||||
using Event::calcProfilingData;
|
||||
using Event::magic;
|
||||
using Event::queueTimeStamp;
|
||||
using Event::submitTimeStamp;
|
||||
using Event::timestampPacketContainer;
|
||||
};
|
||||
|
||||
#undef FORWARD_CONSTRUCTOR
|
||||
|
||||
Reference in New Issue
Block a user