mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
refactor: Rename member variables to camelCase 2/n
Signed-off-by: Fabian Zwolinski <fabian.zwolinski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c84c7a0c91
commit
e351a90f81
@@ -53,7 +53,7 @@ void PerfProfiler::destroyAll() {
|
||||
}
|
||||
|
||||
PerfProfiler::PerfProfiler(int id, std::unique_ptr<std::ostream> &&logOut, std::unique_ptr<std::ostream> &&sysLogOut) {
|
||||
ApiTimer.setFreq();
|
||||
apiTimer.setFreq();
|
||||
|
||||
systemLogs.reserve(20);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user