Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ TEST_F
Function
TEST_F
trinityal/tests/GPUTimer.cpp:14–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
13
14
TEST_F( GpuTimer, TimerIsInvalidBeforeCreation )
15
{
16
Tr2GpuTimerAL timer;
17
EXPECT_FALSE( timer.IsValid() );
18
}
19
20
TEST_F( WithRenderContext, CreatingWithoutRenderContext )
21
{
Callers
nothing calls this directly
Calls
4
IsValid
Method · 0.45
Create
Method · 0.45
Begin
Method · 0.45
End
Method · 0.45
Tested by
no test coverage detected