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:
@@ -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 );
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user