MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / elapsed

Method elapsed

ogsr_engine/xrCore/stream_reader_inline.h:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15IC size_t CMapStreamReader::elapsed() const
16{
17 size_t offset_from_file_start = tell();
18 VERIFY(m_file_size >= offset_from_file_start);
19 return (m_file_size - offset_from_file_start);
20}
21
22IC size_t CMapStreamReader::length() const { return m_file_size; }
23

Callers 15

loadMethod · 0.45
OnFrameMethod · 0.45
do_fileMethod · 0.45
initialize_ini_file_fullFunction · 0.45
CSE_AbstractMethod · 0.45
ov_read_funcFunction · 0.45
LoadWaveMethod · 0.45
loadMethod · 0.45
ExecuteMethod · 0.45
ReadDataMethod · 0.45
_CreateVSMethod · 0.45
_CreatePSMethod · 0.45

Calls 1

tellFunction · 0.85

Tested by

no test coverage detected