mirror of
https://github.com/wolfpld/tracy
synced 2025-04-27 19:55:37 +00:00
Store location in SourceLocation during chrome import.
This commit is contained in:
parent
db734e3e0a
commit
4f76fb2cda
@ -321,8 +321,8 @@ Worker::Worker( const char* name, const char* program, const std::vector<ImportE
|
||||
SourceLocation srcloc {
|
||||
StringRef(),
|
||||
StringRef( StringRef::Idx, StoreString( v.name.c_str(), v.name.size() ).idx ),
|
||||
StringRef(),
|
||||
0,
|
||||
StringRef( StringRef::Idx, StoreString( v.locFile.c_str(), v.locFile.size() ).idx ),
|
||||
v.locLine,
|
||||
0
|
||||
};
|
||||
int key;
|
||||
|
Loading…
x
Reference in New Issue
Block a user