Update ext-profiler example
Sync ext-profiler example with 2.26.2.
This commit is contained in:
committed by
Sylvain Jeaugey
parent
f44ac759fe
commit
145e67e707
@@ -0,0 +1,13 @@
|
||||
/*************************************************************************
|
||||
* Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.
|
||||
*
|
||||
* See LICENSE.txt for license information
|
||||
************************************************************************/
|
||||
|
||||
#ifndef PLUGIN_H_
|
||||
#define PLUGIN_H_
|
||||
|
||||
int exampleProfilerStart(int eActivationMask);
|
||||
int exampleProfilerStop(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user