rc file options: 'basenames', 'timestamp', 'ctx-limit', 'heartbeat', 'sqtt-size'

[ROCm/rocprofiler commit: 62531b88ed]
This commit is contained in:
Evgeny
2018-04-11 13:26:51 -05:00
parent ecfc347ede
commit d4817a45b1
12 changed files with 135 additions and 153 deletions
@@ -144,6 +144,7 @@ class InterceptQueue {
static void SetTimeout(uint64_t timeout) { timeout_ = timeout; }
static void TrackerOn(bool on) { tracker_on_ = on; }
static bool IsTrackerOn() { return tracker_on_; }
private:
InterceptQueue(const hsa_agent_t& agent, hsa_queue_t* const queue, ProxyQueue* proxy) :