# Traceparser Dynamicsperf Analysis

> Analyze Trace Parser and DynamicsPerf evidence, including long-running X++ code, SQL queries, call counts, call trees, and Query-to-X++ links.

- Skill: `rweisssieker-xp/traceparser-dynamicsperf-analysis` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rweisssieker-xp/traceparser-dynamicsperf-analysis`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rweisssieker-xp/traceparser-dynamicsperf-analysis/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: rweisssieker-xp (https://skillmd.com/u/rweisssieker-xp)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rweisssieker-xp/traceparser-dynamicsperf-analysis

---


# Trace Parser And DynamicsPerf Analysis

Use this skill when Trace Parser or DynamicsPerf exports are available.

## Workflow

1. Normalize exports with `import_trace_parser_export.py` or `import_dynamicsperf_export.py`.
2. Run `link_query_to_xpp.py`.
3. Review custom classes, methods, high SQL cost, and call-count patterns.
4. Route custom-code findings to the owning development or vendor team.


