MCPcopy 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
47void Profiler::setName(char *name_)
48{
49 if(name_)
50 {
51 name = strdup(name_); freestr = true;
52 }
53}
54
55
56void Profiler::setName(const char *name_)

Callers 7

VGLTransMethod · 0.80
VirtualWinMethod · 0.80
VirtualPixmapMethod · 0.80
XVTransMethod · 0.80
VirtualDrawableMethod · 0.80
X11TransMethod · 0.80
CompressorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected