Initial commit
This commit is contained in:
5
dram_tracer_create.h
Normal file
5
dram_tracer_create.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <string>
|
||||
|
||||
class analysis_tool_t;
|
||||
|
||||
analysis_tool_t *dram_tracer_create(const std::string &output_dir = "");
|
||||
Reference in New Issue
Block a user