Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlatformLab/NanoLog
/ setOutputFileName
Method
setOutputFileName
runtime/TimeTrace.h:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
static std::string getTrace();
50
51
static void setOutputFileName(const char *filename) {
52
TimeTrace::filename = filename;
53
}
54
static void print();
55
56
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected