Skip to content

Comments

feat: remove level tracking methods#339

Closed
rayandrew wants to merge 1 commit intodevelopfrom
feat/remove-level-tracking
Closed

feat: remove level tracking methods#339
rayandrew wants to merge 1 commit intodevelopfrom
feat/remove-level-tracking

Conversation

@rayandrew
Copy link
Collaborator

Closes #337

This PR removes the level tracking on dftracer since it is not reliable.

Copy link
Member

@hariharan-devarajan hariharan-devarajan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should remove all instances of level and level Mtx

Copilot AI review requested due to automatic review settings February 20, 2026 06:30
@rayandrew rayandrew force-pushed the feat/remove-level-tracking branch from 489ed3e to 630fc3a Compare February 20, 2026 06:30
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes DFTLogger’s level-based event tracking because it’s unreliable, simplifying event indexing and metadata behavior.

Changes:

  • Removed level/stack state (level, index_stack) and related locking.
  • Dropped level/parent index metadata injection (level, p_idx).
  • Simplified “current event index” handling to use the atomic index.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@rayandrew rayandrew force-pushed the feat/remove-level-tracking branch from 9987870 to 895f86f Compare February 20, 2026 07:49
@rayandrew
Copy link
Collaborator Author

closed since this is merged to #338

@rayandrew rayandrew closed this Feb 20, 2026
@rayandrew rayandrew deleted the feat/remove-level-tracking branch February 20, 2026 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Mismatch Level tracing between Python and C++

2 participants