HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_UniversalLogPerfMonSource.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: UT_UniversalLogPerfMonSource.h ( FS Library, C++)
7  *
8  * COMMENTS:
9  *
10  */
11 
12 #ifndef __UT_UniversalLogPerfMonSource__
13 #define __UT_UniversalLogPerfMonSource__
14 
15 #include "UT_API.h"
16 #include "UT_UniversalLogSource.h"
17 
18 class UT_PerfMonEvent;
19 
21 {
22 public:
24  ~UT_UniversalLogPerfMonSource() override;
25 
26  static const UT_StringHolder &staticName();
27 
28  void handlePerfMonEvent(const UT_PerfMonEvent &event);
29 };
30 
31 #endif
32 
#define UT_API
Definition: UT_API.h:14
struct _cl_event * event
Definition: glcorearb.h:2961