1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add a function for showing sample parents.

This commit is contained in:
Bartosz Taudul
2020-05-10 16:07:45 +02:00
parent 91bb392678
commit fdd50840a7
2 changed files with 5 additions and 6 deletions
+2
View File
@@ -92,6 +92,8 @@ public:
const char* SourceSubstitution( const char* srcFile ) const;
void ShowSampleParents( uint64_t symAddr ) { m_sampleParents.symAddr = symAddr; m_sampleParents.sel = 0; }
private:
enum class Namespace : uint8_t
{