-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHelpers.h
29 lines (24 loc) · 837 Bytes
/
Helpers.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
//-----------------------------------------------------------------------------
// Generated with NVIDIA Nsight Graphics 2021.2.1.0
//
// File: Helpers.h
//
//-----------------------------------------------------------------------------
#pragma once
#include <cassert>
#include <cstdint>
#include <stdexcept>
#include <algorithm>
#include <map>
#include <set>
#include <stdio.h>
#include <sstream>
#include "ReadOnlyDatabase.h"
#include "ThreadPool.h"
#include "CommonReplay.h"
//-----------------------------------------------------------------------------
// Common Resources
//-----------------------------------------------------------------------------
NV_REPLAY_EXPORT extern const char* ProcessName;
NV_REPLAY_EXPORT extern double array_of_0s[256];
const unsigned int NUM_REPLAYER_THREADS = 1;