Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ str_time_float
Function
str_time_float
src/base/time.cpp:246–249 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
244
}
245
246
int str_time_float(float secs, int format, char *buffer, int buffer_size)
247
{
248
return str_time(static_cast<int64_t>(std::roundf(secs * 1000) / 10), format, buffer, buffer_size);
249
}
Callers
13
RenderDDRaceEffects
Method · 0.85
RenderRecord
Method · 0.85
OnRaceFinishMessage
Method · 0.85
DoAudioPreview
Method · 0.85
GetSqlTop5Team
Method · 0.85
MapInfo
Method · 0.85
ShowRank
Method · 0.85
ShowTeamRank
Method · 0.85
ShowTop
Method · 0.85
ShowPlayerTeamTop5
Method · 0.85
ShowTimes
Method · 0.85
ProcessScoreResult
Method · 0.85
Calls
1
str_time
Function · 0.85
Tested by
1
TEST
Function · 0.68