mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Filename in callstack frame is not a persistent pointer.
This commit is contained in:
@@ -161,8 +161,8 @@ static_assert( std::is_standard_layout<MemEvent>::value, "MemEvent is not standa
|
||||
|
||||
struct CallstackFrame
|
||||
{
|
||||
uint64_t file;
|
||||
StringIdx name;
|
||||
StringIdx file;
|
||||
uint32_t line;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user