1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Trace-specific save path retrieval.

This commit is contained in:
Bartosz Taudul
2019-07-26 22:46:51 +02:00
parent 3ec1771f5a
commit 34cc7183d0
2 changed files with 32 additions and 0 deletions
+3
View File
@@ -1,10 +1,13 @@
#ifndef __TRACYSTORAGE_HPP__
#define __TRACYSTORAGE_HPP__
#include <stdint.h>
namespace tracy
{
const char* GetSavePath( const char* file );
const char* GetSavePath( const char* program, uint64_t time, const char* file, bool create );
}