Skip to main content

alibaba/PyFlightProfiler

SkillsMP 已收集 alibaba/PyFlightProfiler 中的 8 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
8
GitHub 星标
43
GitHub Forks
8

这个仓库中的 skills

1 个职业分类 · 已分类 100%

已展示 8 / 8 个已收集 Skill。

职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
已展示 8 / 8 个已收集 Skill。