Skip to content

issues Search Results · repo:sumerc/yappi language:Python

Filter by

83 results
 (105 ms)

83 results

insumerc/yappi (press backspace or delete to remove)

Why not support collecting data with both clock types simultaneously?
  • SullivanMuse
  • 1
  • Opened 
    21 days ago
  • #189

I have a FastAPI webapp that has been experiencing intermittent crashes (with no logs) for a fairly long time, and these just recently started to become frequent enough for me to start looking into the ...
  • sm-Fifteen
  • 5
  • Opened 
    on May 22
  • #188

Thanks for the great project! yappi v1.6.9 was published ~8 hours ago. However, I noticed that no source distribution was published to PyPI for this version. Here s a link to the relevant PyPI artifacts. ...
  • markgras
  • 2
  • Opened 
    on Nov 7, 2024
  • #183

OS: macOS 14.6.1 23G93 arm64 Python 3.13.0 Apple clang version 16.0.0 (clang-1600.0.26.4) Target: arm64-apple-darwin23.6.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin ...
  • Rid
  • 1
  • Opened 
    on Nov 7, 2024
  • #182

I am having trouble getting Yappi to work with Python 3.13t Free Threading. Attempting to isolate the issue, the smallest example was using unittest.patch. However I am able to see it with other libraries, ...
  • dan-glass
  • 1
  • Opened 
    on Nov 4, 2024
  • #179

Using cached yappi-1.6.0.tar.gz (59 kB) Installing build dependencies: started Installing build dependencies: finished with status done Getting requirements to build wheel: started Getting ...
  • ghost
  • 1
  • Opened 
    on Sep 9, 2024
  • #175

This will be less error-prone for your clients. This is my implementation. import yappi import contextlib @contextlib.contextmanager def yappi_profiler(stats_file_path, stats_format_type= callgrind ...
  • alex-ber
  • 1
  • Opened 
    on Jul 11, 2024
  • #174

My program fails when trying to profile using yappi through 3.12 (works fine with cProfile)
  • olejorgenb
  • 3
  • Opened 
    on May 22, 2024
  • #172

I cannot find an option to not print all the lines, but say only the first 500. I m trying: stats = yappi.get_func_stats().sort( ttot ) # keep only the first 500 lines stats = stats[:500] # BUT THIS ...
  • NicolasMICAUX
  • 1
  • Opened 
    on Apr 10, 2024
  • #171

I have followed the Greenlet profiling docs. However, when I attempt to print the greenlet stats using yappi.get_greenlet_stats, I find that most of my thread names appear as _DummyThread , N/A , or Thread ...
  • abhishek-chauhan357
  • 1
  • Opened 
    on Feb 22, 2024
  • #167
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub