Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

PyFlightProfiler

PyFlightProfiler には alibaba から収集した 8 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
8
Stars
42
更新
2026-04-19
Forks
7
職業カバレッジ
1 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

flight-profiler-attach
ソフトウェア開発者

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.).

2026-04-19
flight-profiler-getglobal
ソフトウェア開発者

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.

2026-04-19
flight-profiler-module
ソフトウェア開発者

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.

2026-04-19
flight-profiler-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.

2026-04-19
flight-profiler-stack
ソフトウェア開発者

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.

2026-04-19
flight-profiler-trace
ソフトウェア開発者

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.

2026-04-19
flight-profiler-vmtool
ソフトウェア開発者

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 watch/getglobal can provide.

2026-04-19
flight-profiler-watch
ソフトウェア開発者

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 diagnostic command.

2026-04-19