pptop icon indicating copy to clipboard operation
pptop copied to clipboard

Open, extensible Python injector/profiler/analyzer

Results 2 pptop issues
Sort by recently updated
recently updated
newest added

Setup: - Docker for Mac - Target: Running container with datadog-agent (Python 3.8 embedded process): ``` docker run --rm -d \ --name dd-agent \ --net host \ -e DD_API_KEY="fake" \...

Nice work, thanks so much for making this! (out of curiosity, any hope for macOS support someday? does it rely on strace/can it use dtrace instead on mac? feel free...