2
0
Ficheiros
rocm-systems/ext-profiler/example/plugin.h
T

14 linhas
384 B
C
Em bruto Vista normal Histórico

2025-04-09 09:02:40 -07:00
/*************************************************************************
* 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