Files
rocm-systems/ext-profiler/example/print_event.h
T

14 lines
406 B
C
Raw Normal View History

2024-09-10 05:57:10 -07:00
/*************************************************************************
* Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.
*
* See LICENSE.txt for license information
************************************************************************/
#ifndef PRINT_EVENT_H_
#define PRINT_EVENT_H_
void debugEvent(void* eHandle, const char* tag);
void printEvent(FILE* fh, void* handle);
#endif