Project
Loading...
Searching...
No Matches
TracerGPU.h
Go to the documentation of this file.
1// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3// All rights not expressly granted are reserved.
4//
5// This software is distributed under the terms of the GNU General Public
6// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7//
8// In applying this license CERN does not waive the privileges and immunities
9// granted to it by virtue of its status as an Intergovernmental Organization
10// or submit itself to any jurisdiction.
13
14#ifndef TRACKINGITSGPU_INCLUDE_TRACER_H
15#define TRACKINGITSGPU_INCLUDE_TRACER_H
16
17#if defined(__CUDACC__) && defined(__USE_GPU_TRACER__)
18namespace o2
19{
20namespace its
21{
22namespace gpu
23{
24class Tracer
25{
26 public:
27 Tracer(const char* name, int color_id = 0);
28 ~Tracer();
29};
30} // namespace gpu
31} // namespace its
32} // namespace o2
33#define RANGE(name, cid) o2::its::gpu::Tracer tracer(name, cid);
34#else
35#define RANGE(name, cid)
36#endif
37
38#endif // TRACKINGITSGPU_INCLUDE_TRACER_H
GLuint const GLchar * name
Definition glcorearb.h:781
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...