mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08: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