MCPcopy Create free account
hub / github.com/defold/defold / LogText

Function LogText

engine/dlib/src/test/test_profiler_dummy.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35
36static ProfileResult LogText(void* _ctx, const char* text)
37{
38 ProfilerDummyContext* ctx = (ProfilerDummyContext*)_ctx;
39 dmStrlCat(ctx->m_TextBuffer, text, sizeof(ctx->m_TextBuffer));
40 return PROFILE_RESULT_OK;
41}
42
43static void* CreateListener()
44{

Callers

nothing calls this directly

Calls 1

dmStrlCatFunction · 0.85

Tested by

no test coverage detected