Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ Init
Method
Init
src/engine/client/graph.cpp:18–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
void CGraph::Init(float Min, float Max)
19
{
20
m_Entries.Clear();
21
m_pFirstScaled = nullptr;
22
m_RenderedTotalTime = 0;
23
m_Average = 0.0f;
24
SetMin(Min);
25
SetMax(Max);
26
}
27
28
void CGraph::SetMin(float Min)
29
{
Callers
nothing calls this directly
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected