mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Remove irrelevant comment.
This commit is contained in:
parent
717a212563
commit
472959b29f
@ -279,9 +279,6 @@ struct ContextSwitchData
|
|||||||
enum { ContextSwitchDataSize = sizeof( ContextSwitchData ) };
|
enum { ContextSwitchDataSize = sizeof( ContextSwitchData ) };
|
||||||
|
|
||||||
|
|
||||||
// Thread can't be compressed here, because we want to ignore external threads and we can't
|
|
||||||
// determine whether thread is local or external when context information arrives (thread data
|
|
||||||
// might come after context switch data).
|
|
||||||
struct ContextSwitchCpu
|
struct ContextSwitchCpu
|
||||||
{
|
{
|
||||||
int64_t Start() const { return int64_t( _start_thread ) >> 16; }
|
int64_t Start() const { return int64_t( _start_thread ) >> 16; }
|
||||||
|
Loading…
Reference in New Issue
Block a user