mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-15 08:32:22 -07:00
add "Links" log type for diagnosing linked lib members
This commit is contained in:
committed by
Ryan Fleury
parent
082f6cf6fd
commit
8a22910d9b
@@ -45,6 +45,7 @@ lnk_log_type_from_string(String8 string)
|
||||
"SizeBreakdown", LNK_Log_SizeBreakdown,
|
||||
"LinkStats", LNK_Log_LinkStats,
|
||||
"Timers", LNK_Log_Timers,
|
||||
"Links", LNK_Log_Links,
|
||||
};
|
||||
Assert(ArrayCount(map) == LNK_Log_Count);
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@ typedef enum
|
||||
LNK_Log_SizeBreakdown,
|
||||
LNK_Log_LinkStats,
|
||||
LNK_Log_Timers,
|
||||
LNK_Log_Links,
|
||||
LNK_Log_Count
|
||||
} LNK_LogType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user