.gitignore
CITATION.cff
CODE_OF_CONDUCT.md
GNUmakefile
LICENSE
MANIFEST.in
Makefile
Pipfile
Pipfile.lock
README.md
mypy.ini
pyrightconfig.json
pytest.ini
requirements.txt
scalene-image-white.png
setup.py
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/build-and-upload.yml
.github/workflows/codeql.yml
.github/workflows/test-smoketests.yml
.vscode/c_cpp_properties.json
benchmarks/benchmark.py
benchmarks/julia1_nopil.py
benchmarks/new_benchmark.py
benchmarks/pystone.py
docs/Ozsvald-tweet.png
docs/cpu-accuracy-comparison.png
docs/osdi23-berger.pdf
docs/scalene-demo.ipynb
docs/scalene-gui-example-full.png
docs/scalene-gui-example.png
docs/scalene-icon-white.png
docs/scalene-image-large.png
docs/scalene-image-old.png
docs/scalene-image.png
docs/scalene-paper.pdf
docs/semantic-scholar-success.png
docs/images/profiler-comparison-old.png
docs/images/profiler-comparison.png
docs/images/sample-profile-pystone.png
docs/images/scalene-video-img.png
docs/images/slack-logo.png
scalene/README.md
scalene/__init__.py
scalene/__main__.py
scalene/adaptive.py
scalene/find_browser.py
scalene/get_module_details.py
scalene/launchbrowser.py
scalene/profile.py
scalene/redirect_python.py
scalene/replacement_exit.py
scalene/replacement_fork.py
scalene/replacement_get_context.py
scalene/replacement_lock.py
scalene/replacement_mp_lock.py
scalene/replacement_pjoin.py
scalene/replacement_poll_selector.py
scalene/replacement_sem_lock.py
scalene/replacement_signal_fns.py
scalene/replacement_thread_join.py
scalene/runningstats.py
scalene/scalene-usage.txt
scalene/scalene_analysis.py
scalene/scalene_apple_gpu.py
scalene/scalene_arguments.py
scalene/scalene_client_timer.py
scalene/scalene_funcutils.py
scalene/scalene_gpu.py
scalene/scalene_json.py
scalene/scalene_jupyter.py
scalene/scalene_leak_analysis.py
scalene/scalene_magics.py
scalene/scalene_mapfile.py
scalene/scalene_output.py
scalene/scalene_parseargs.py
scalene/scalene_preload.py
scalene/scalene_profiler.py
scalene/scalene_signals.py
scalene/scalene_sigqueue.py
scalene/scalene_statistics.py
scalene/scalene_utility.py
scalene/scalene_version.py
scalene/sparkline.py
scalene/syntaxline.py
scalene/test_runningstats.py
scalene/test_scalene_json.py
scalene/time_info.py
scalene.egg-info/PKG-INFO
scalene.egg-info/SOURCES.txt
scalene.egg-info/dependency_links.txt
scalene.egg-info/entry_points.txt
scalene.egg-info/requires.txt
scalene.egg-info/top_level.txt
scalene/scalene-gui/README.md
scalene/scalene-gui/example-profile.js
scalene/scalene-gui/favicon.ico
scalene/scalene-gui/index.html
scalene/scalene-gui/index.html.template
scalene/scalene-gui/prism.css
scalene/scalene-gui/prism.js
scalene/scalene-gui/profile.json
scalene/scalene-gui/profiler.html
scalene/scalene-gui/scalene-demo.js
scalene/scalene-gui/scalene-fetch.js
scalene/scalene-gui/scalene-gui.js
scalene/scalene-gui/scalene-image.png
scalene/scalene-gui/tablesort.js
scalene/scalene-gui/tablesort.number.js
src/include/common.hpp
src/include/lowdiscrepancy.hpp
src/include/mallocrecursionguard.hpp
src/include/memcpysampler.hpp
src/include/poissonsampler.hpp
src/include/pyptr.h
src/include/pywhere.hpp
src/include/samplefile.hpp
src/include/sampleheap.hpp
src/include/sampler.hpp
src/include/scaleneheader.hpp
src/include/thresholdsampler.hpp
src/include/traceconfig.hpp
src/source/get_line_atomic.cpp
src/source/libscalene.cpp
src/source/pywhere.cpp
src/source/traceconfig.cpp
test/multiprocessing_test.py
test/new_mp_test.py
test/pool-test.py
test/profile_annotation_test.py
test/small_mp_test.py
test/smoketest.py
test/smoketest_profile_decorator.py
test/test-martinheinz.py
test/test-memory.py
test/test-pprofile.py
test/test-size.py
test/test_sparkline.py
test/test_timers.py
test/testflask-driver.py
test/testflask.py
test/testme.py
test/testpyt.py
test/testtf.py
test/threads-test.py
test/torchtest.py
test/automatic/README.md
test/automatic/dataframe/README.md
test/automatic/dataframe/dataframe-select-optimized.py
test/automatic/dataframe/dataframe-select-original.py
test/automatic/svm/README.md
test/automatic/svm/svm-optimized.py
test/automatic/svm/svm-original.py
test/automatic/svm/data/svm_data.pkl
test/expensive_benchmarks/README.md
test/expensive_benchmarks/bm_async_tree_io.py
test/expensive_benchmarks/bm_docutils.py
test/expensive_benchmarks/bm_fannukh.py
test/expensive_benchmarks/bm_mdp.py
test/expensive_benchmarks/bm_pprint.py
test/expensive_benchmarks/bm_raytrace.py
test/expensive_benchmarks/bm_sympy.py
test/expensive_benchmarks/docutils_data/docs/index.txt
test/expensive_benchmarks/docutils_data/docs/api/publisher.txt
test/expensive_benchmarks/docutils_data/docs/api/runtime-settings.txt
test/expensive_benchmarks/docutils_data/docs/api/transforms.txt
test/expensive_benchmarks/docutils_data/docs/dev/distributing.txt
test/expensive_benchmarks/docutils_data/docs/dev/enthought-plan.txt
test/expensive_benchmarks/docutils_data/docs/dev/enthought-rfp.txt
test/expensive_benchmarks/docutils_data/docs/dev/hacking.txt
test/expensive_benchmarks/docutils_data/docs/dev/policies.txt
test/expensive_benchmarks/docutils_data/docs/dev/pysource.txt
test/expensive_benchmarks/docutils_data/docs/dev/release.txt
test/expensive_benchmarks/docutils_data/docs/dev/repository.txt
test/expensive_benchmarks/docutils_data/docs/dev/runtime-settings-processing.txt
test/expensive_benchmarks/docutils_data/docs/dev/semantics.txt
test/expensive_benchmarks/docutils_data/docs/dev/testing.txt
test/expensive_benchmarks/docutils_data/docs/dev/todo.txt
test/expensive_benchmarks/docutils_data/docs/dev/website.txt
test/expensive_benchmarks/docutils_data/docs/dev/rst/alternatives.txt
test/expensive_benchmarks/docutils_data/docs/dev/rst/problems.txt
test/expensive_benchmarks/docutils_data/docs/howto/cmdline-tool.txt
test/expensive_benchmarks/docutils_data/docs/howto/html-stylesheets.txt
test/expensive_benchmarks/docutils_data/docs/howto/i18n.txt
test/expensive_benchmarks/docutils_data/docs/howto/rst-directives.txt
test/expensive_benchmarks/docutils_data/docs/howto/rst-roles.txt
test/expensive_benchmarks/docutils_data/docs/howto/security.txt
test/expensive_benchmarks/docutils_data/docs/peps/pep-0256.txt
test/expensive_benchmarks/docutils_data/docs/peps/pep-0257.txt
test/expensive_benchmarks/docutils_data/docs/peps/pep-0258.txt
test/expensive_benchmarks/docutils_data/docs/peps/pep-0287.txt
test/expensive_benchmarks/docutils_data/docs/ref/doctree.txt
test/expensive_benchmarks/docutils_data/docs/ref/rst/definitions.txt
test/expensive_benchmarks/docutils_data/docs/ref/rst/directives.txt
test/expensive_benchmarks/docutils_data/docs/ref/rst/introduction.txt
test/expensive_benchmarks/docutils_data/docs/ref/rst/mathematics.txt
test/expensive_benchmarks/docutils_data/docs/ref/rst/restructuredtext.txt
test/expensive_benchmarks/docutils_data/docs/ref/rst/roles.txt
test/expensive_benchmarks/docutils_data/docs/user/config.txt
test/expensive_benchmarks/docutils_data/docs/user/emacs.txt
test/expensive_benchmarks/docutils_data/docs/user/html.txt
test/expensive_benchmarks/docutils_data/docs/user/latex.txt
test/expensive_benchmarks/docutils_data/docs/user/links.txt
test/expensive_benchmarks/docutils_data/docs/user/mailing-lists.txt
test/expensive_benchmarks/docutils_data/docs/user/manpage.txt
test/expensive_benchmarks/docutils_data/docs/user/odt.txt
test/expensive_benchmarks/docutils_data/docs/user/smartquotes.txt
test/expensive_benchmarks/docutils_data/docs/user/tools.txt
test/expensive_benchmarks/docutils_data/docs/user/images/big-black.png
test/expensive_benchmarks/docutils_data/docs/user/images/big-white.png
test/expensive_benchmarks/docutils_data/docs/user/images/default.png
test/expensive_benchmarks/docutils_data/docs/user/images/happy_monkey.png
test/expensive_benchmarks/docutils_data/docs/user/images/medium-black.png
test/expensive_benchmarks/docutils_data/docs/user/images/medium-white.png
test/expensive_benchmarks/docutils_data/docs/user/images/rsp-all.png
test/expensive_benchmarks/docutils_data/docs/user/images/rsp-breaks.png
test/expensive_benchmarks/docutils_data/docs/user/images/rsp-covers.png
test/expensive_benchmarks/docutils_data/docs/user/images/rsp-cuts.png
test/expensive_benchmarks/docutils_data/docs/user/images/rsp-empty.png
test/expensive_benchmarks/docutils_data/docs/user/images/rsp-objects.png
test/expensive_benchmarks/docutils_data/docs/user/images/rsp.svg
test/expensive_benchmarks/docutils_data/docs/user/images/s5-files.png
test/expensive_benchmarks/docutils_data/docs/user/images/s5-files.svg
test/expensive_benchmarks/docutils_data/docs/user/images/small-black.png
test/expensive_benchmarks/docutils_data/docs/user/images/small-white.png
test/expensive_benchmarks/docutils_data/docs/user/rst/cheatsheet.txt
test/expensive_benchmarks/docutils_data/docs/user/rst/demo.txt
test/expensive_benchmarks/docutils_data/docs/user/rst/quickstart.txt
test/expensive_benchmarks/docutils_data/docs/user/rst/images/biohazard-bitmap-scaling.svg
test/expensive_benchmarks/docutils_data/docs/user/rst/images/biohazard-bitmap.svg
test/expensive_benchmarks/docutils_data/docs/user/rst/images/biohazard-scaling.svg
test/expensive_benchmarks/docutils_data/docs/user/rst/images/biohazard.png
test/expensive_benchmarks/docutils_data/docs/user/rst/images/biohazard.svg
test/expensive_benchmarks/docutils_data/docs/user/rst/images/biohazard.swf
test/expensive_benchmarks/docutils_data/docs/user/rst/images/pens.mp4
test/expensive_benchmarks/docutils_data/docs/user/rst/images/title-scaling.svg
test/expensive_benchmarks/docutils_data/docs/user/rst/images/title.png
test/expensive_benchmarks/docutils_data/docs/user/rst/images/title.svg
test/issues/test-issue124.py
test/issues/test-issue126.py
test/issues/test-issue130.py
test/issues/test-issue156.py
test/issues/test-issue167.py
test/issues/test-issue193.py
test/issues/test-issue244.py
test/issues/test-issue256.py
test/issues/test-issue266.py
test/issues/test-issue31.py
test/issues/test-issue379.py
test/issues/test-issue74.py
test/optimized/bm_pyflate.py
test/optimized/bm_raytrace.py
test/optimized/bm_richards.py
test/optimized/bm_scimark.py
test/optimized/bm_spectral_norm.py
test/original/bm_mdp.py
test/original/bm_pyflate.py
test/original/bm_raytrace.py
test/original/bm_richards.py
test/original/bm_scimark.py
test/original/bm_spectral_norm.py
test/original/bm_sympy.py
vendor/README.md
vendor/Heap-Layers/.gitignore
vendor/Heap-Layers/Alexandrescu-memory-allocation.screen.pdf
vendor/Heap-Layers/BUILD
vendor/Heap-Layers/COPYING
vendor/Heap-Layers/NOTICE
vendor/Heap-Layers/README.md
vendor/Heap-Layers/TODO
vendor/Heap-Layers/WORKSPACE
vendor/Heap-Layers/cuj-2005-12.pdf
vendor/Heap-Layers/heaplayers
vendor/Heap-Layers/heaplayers.h
vendor/Heap-Layers/examples/kingsley/compile
vendor/Heap-Layers/examples/kingsley/libkingsley.cpp
vendor/Heap-Layers/heaps/README
vendor/Heap-Layers/heaps/all.h
vendor/Heap-Layers/heaps/buildingblock/adaptheap.h
vendor/Heap-Layers/heaps/buildingblock/all.h
vendor/Heap-Layers/heaps/buildingblock/boundedfreelistheap.h
vendor/Heap-Layers/heaps/buildingblock/chunkheap.h
vendor/Heap-Layers/heaps/buildingblock/coalesceheap.h
vendor/Heap-Layers/heaps/buildingblock/freelistheap.h
vendor/Heap-Layers/heaps/combining/all.h
vendor/Heap-Layers/heaps/combining/hybridheap.h
vendor/Heap-Layers/heaps/combining/segheap.h
vendor/Heap-Layers/heaps/combining/strictsegheap.h
vendor/Heap-Layers/heaps/combining/tryheap.h
vendor/Heap-Layers/heaps/debug/all.h
vendor/Heap-Layers/heaps/debug/checkheap.h
vendor/Heap-Layers/heaps/debug/debugheap.h
vendor/Heap-Layers/heaps/debug/logheap.h
vendor/Heap-Layers/heaps/debug/sanitycheckheap.h
vendor/Heap-Layers/heaps/debug/statsheap.h
vendor/Heap-Layers/heaps/general/all.h
vendor/Heap-Layers/heaps/general/dlheap.h
vendor/Heap-Layers/heaps/general/kingsleyheap.h
vendor/Heap-Layers/heaps/general/leamallocheap.h
vendor/Heap-Layers/heaps/general/oldkingsleyheap.h
vendor/Heap-Layers/heaps/objectrep/addheap.h
vendor/Heap-Layers/heaps/objectrep/all.h
vendor/Heap-Layers/heaps/objectrep/coalesceableheap.h
vendor/Heap-Layers/heaps/objectrep/sizeheap.h
vendor/Heap-Layers/heaps/objectrep/sizeownerheap.h
vendor/Heap-Layers/heaps/special/all.h
vendor/Heap-Layers/heaps/special/bumpalloc.h
vendor/Heap-Layers/heaps/special/nestedheap.h
vendor/Heap-Layers/heaps/special/obstack.h
vendor/Heap-Layers/heaps/special/obstackheap.h
vendor/Heap-Layers/heaps/special/obstackreap.h
vendor/Heap-Layers/heaps/special/sbrk.c
vendor/Heap-Layers/heaps/special/xallocheap.h
vendor/Heap-Layers/heaps/special/zoneheap.h
vendor/Heap-Layers/heaps/threads/all.h
vendor/Heap-Layers/heaps/threads/lockedheap.h
vendor/Heap-Layers/heaps/threads/phothreadheap.h
vendor/Heap-Layers/heaps/threads/sizethreadheap.h
vendor/Heap-Layers/heaps/threads/threadheap.h
vendor/Heap-Layers/heaps/threads/threadspecificheap.h
vendor/Heap-Layers/heaps/top/all.h
vendor/Heap-Layers/heaps/top/mallocheap.h
vendor/Heap-Layers/heaps/top/mmapheap.h
vendor/Heap-Layers/heaps/top/staticbufferheap.h
vendor/Heap-Layers/heaps/top/staticheap.h
vendor/Heap-Layers/heaps/utility/all.h
vendor/Heap-Layers/heaps/utility/exactlyoneheap.h
vendor/Heap-Layers/heaps/utility/exceptionheap.h
vendor/Heap-Layers/heaps/utility/nullheap.h
vendor/Heap-Layers/heaps/utility/oneheap.h
vendor/Heap-Layers/heaps/utility/perclassheap.h
vendor/Heap-Layers/heaps/utility/profileheap.h
vendor/Heap-Layers/heaps/utility/slopheap.h
vendor/Heap-Layers/heaps/utility/sysmallocheap.h
vendor/Heap-Layers/heaps/utility/traceheap.h
vendor/Heap-Layers/heaps/utility/uniqueheap.h
vendor/Heap-Layers/heaps/utility/old/oneheap.h
vendor/Heap-Layers/legacy/README.md
vendor/Heap-Layers/legacy/reap/README
vendor/Heap-Layers/legacy/reap/addheader.h
vendor/Heap-Layers/legacy/reap/clearoptimizeheap.h
vendor/Heap-Layers/legacy/reap/compile
vendor/Heap-Layers/legacy/reap/libreap.cpp
vendor/Heap-Layers/legacy/reap/reap.h
vendor/Heap-Layers/legacy/reap/regionheap.cpp
vendor/Heap-Layers/legacy/reap/regionheap.h
vendor/Heap-Layers/legacy/reap/regionheapapi.h
vendor/Heap-Layers/legacy/reap/regionsimulator.cpp
vendor/Heap-Layers/legacy/reap/regionsimulator.h
vendor/Heap-Layers/locks/all.h
vendor/Heap-Layers/locks/maclock.h
vendor/Heap-Layers/locks/oldspinlock.h
vendor/Heap-Layers/locks/posixlock.h
vendor/Heap-Layers/locks/recursivelock.h
vendor/Heap-Layers/locks/spinlock-old.h
vendor/Heap-Layers/locks/spinlock.h
vendor/Heap-Layers/locks/winlock.h
vendor/Heap-Layers/threads/all.h
vendor/Heap-Layers/threads/cpuinfo.cpp
vendor/Heap-Layers/threads/cpuinfo.h
vendor/Heap-Layers/threads/fred.h
vendor/Heap-Layers/utility/align.h
vendor/Heap-Layers/utility/all.h
vendor/Heap-Layers/utility/bins.h
vendor/Heap-Layers/utility/bins16k.h
vendor/Heap-Layers/utility/bins4k.h
vendor/Heap-Layers/utility/bins64k.h
vendor/Heap-Layers/utility/bins8k.h
vendor/Heap-Layers/utility/binspow2.h
vendor/Heap-Layers/utility/checkpoweroftwo.h
vendor/Heap-Layers/utility/dllist.h
vendor/Heap-Layers/utility/dynarray.h
vendor/Heap-Layers/utility/exactlyone.h
vendor/Heap-Layers/utility/freesllist.h
vendor/Heap-Layers/utility/gcd.h
vendor/Heap-Layers/utility/hash.h
vendor/Heap-Layers/utility/ilog2.cpp
vendor/Heap-Layers/utility/ilog2.h
vendor/Heap-Layers/utility/istrue.h
vendor/Heap-Layers/utility/lcm.h
vendor/Heap-Layers/utility/modulo.h
vendor/Heap-Layers/utility/myhashmap.h
vendor/Heap-Layers/utility/singleton.h
vendor/Heap-Layers/utility/sllist.h
vendor/Heap-Layers/utility/testalign.cpp
vendor/Heap-Layers/utility/timer-old.h
vendor/Heap-Layers/utility/timer.h
vendor/Heap-Layers/utility/tprintf.h
vendor/Heap-Layers/wrappers/all.h
vendor/Heap-Layers/wrappers/ansiwrapper.h
vendor/Heap-Layers/wrappers/generic-memalign.cpp
vendor/Heap-Layers/wrappers/gnuwrapper-hooks.cpp
vendor/Heap-Layers/wrappers/gnuwrapper.cpp
vendor/Heap-Layers/wrappers/heapredirect.h
vendor/Heap-Layers/wrappers/macinterpose.h
vendor/Heap-Layers/wrappers/macwrapper.cpp
vendor/Heap-Layers/wrappers/mallocinfo.h
vendor/Heap-Layers/wrappers/mmapwrapper.h
vendor/Heap-Layers/wrappers/stlallocator.h
vendor/Heap-Layers/wrappers/winwrapper.cpp
vendor/Heap-Layers/wrappers/wrapper.cpp
vendor/Heap-Layers/wrappers/x86jump.h
vendor/Heap-Layers/wrappers/arch-specific/sparc-interchange.il
vendor/Heap-Layers/wrappers/arch-specific/x86-interchange.il
vendor/Heap-Layers/wrappers/arch-specific/x86_64-interchange.il
vendor/crdp/.gitignore
vendor/crdp/.travis.yml
vendor/crdp/LICENSE.txt
vendor/crdp/MANIFEST.in
vendor/crdp/README.md
vendor/crdp/benchmark.py
vendor/crdp/crdp.c
vendor/crdp/crdp.pyx
vendor/crdp/requirements.txt
vendor/crdp/runbook.md
vendor/crdp/setup.py
vendor/printf/.gitattributes
vendor/printf/.travis.yml
vendor/printf/LICENSE
vendor/printf/Makefile
vendor/printf/README.md
vendor/printf/codecov.yml
vendor/printf/printf.c
vendor/printf/printf.cpp
vendor/printf/printf.h
vendor/printf/test/catch.hpp
vendor/printf/test/test_suite.cpp