Skip to main content

alibaba/PyFlightProfiler

SkillsMP는 alibaba/PyFlightProfiler에서 8개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
8
GitHub 스타
43
GitHub 포크
8

이 저장소의 skills

직업 카테고리 1개 · 100% 분류됨

수집된 skill 8개 중 8개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Prerequisites and connection details for attaching to a live Python process with PyFlightProfiler. Read this skill first before using any other PyFlightProfiler command (watch, trace, stack, perf, etc.).

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Inspect Python module global field or class static field value in a running Python process. Use this for safe, read-only inspection of global variables, configuration objects, or class-level state.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Translate a file path to its Python module name in a running Python process. Use this when you know a file path but need the module name for commands like watch, trace, or reload.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Hot-reload a Python function implementation from the latest file content without restarting the process. Use this to apply code fixes live after identifying a bug with watch/trace.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Inspect stack frames of a running Python process including thread stacks, native C-level frames, and async coroutine stacks. Use this to see what each thread is currently doing and diagnose hangs, deadlocks, or stuck async tasks.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Trace execution time of Python method invocations in a live process with call stack visualization. Use this to see a hierarchical call tree showing which sub-calls are slow and where time is spent within a function.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Inspect live Python class instances in a running process — find all instances of a class, examine their attributes/state, or invoke methods on them. Also supports forcing GC. Use this when you need to probe object-level runtime state beyond what…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Display input/output args, return object and cost time of a Python method invocation in a live process. Use this to observe function behavior at runtime — see what arguments go in, what comes back, and how long it takes. This is the most frequently used…

원문 언어: 영어

업데이트
수집된 skill 8개 중 8개를 표시합니다.