Skip to content

The m_profilerTimeline's AsyncData doesn't show in GUI when FrameData is empty #10

@yuanmingze

Description

@yuanmingze

if(!m_frameNodes[i].child.empty() || m_singleNodes[i].child.empty())

I believe this condition should be updated to

if(!m_frameNodes[i].child.empty() || !m_singleNodes[i].child.empty())

This ensures the async timeline is displayed if valid data exists in either AsyncData or FrameData.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions