Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VirtualGL/virtualgl
/ setName
Method
setName
common/Profiler.cpp:47–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
46
47
void Profiler::setName(char *name_)
48
{
49
if(name_)
50
{
51
name = strdup(name_); freestr = true;
52
}
53
}
54
55
56
void Profiler::setName(const char *name_)
Callers
7
VGLTrans
Method · 0.80
VirtualWin
Method · 0.80
VirtualPixmap
Method · 0.80
XVTrans
Method · 0.80
VirtualDrawable
Method · 0.80
X11Trans
Method · 0.80
Compressor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected