mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Timeline items may have preprocessing.
This commit is contained in:
@@ -8,10 +8,11 @@
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
TimelineItem::TimelineItem( View& view, Worker& worker, const void* key )
|
||||
TimelineItem::TimelineItem( View& view, Worker& worker, const void* key, bool wantPreprocess )
|
||||
: m_visible( true )
|
||||
, m_showFull( true )
|
||||
, m_height( 0 )
|
||||
, m_wantPreprocess( wantPreprocess )
|
||||
, m_key( key )
|
||||
, m_view( view )
|
||||
, m_worker( worker )
|
||||
|
||||
Reference in New Issue
Block a user