MANIFEST.in
README.md
pyproject.toml
perfx/__init__.py
perfx.egg-info/PKG-INFO
perfx.egg-info/SOURCES.txt
perfx.egg-info/dependency_links.txt
perfx.egg-info/entry_points.txt
perfx.egg-info/requires.txt
perfx.egg-info/top_level.txt
perfx/__pycache__/__init__.cpython-312.pyc
perfx/ai/__init__.py
perfx/ai/llm.py
perfx/ai/__pycache__/__init__.cpython-312.pyc
perfx/ai/__pycache__/llm.cpython-312.pyc
perfx/benchmark/__init__.py
perfx/benchmark/http.py
perfx/benchmark/runner.py
perfx/benchmark/workload.py
perfx/benchmark/__pycache__/__init__.cpython-312.pyc
perfx/benchmark/__pycache__/http.cpython-312.pyc
perfx/benchmark/__pycache__/runner.cpython-312.pyc
perfx/benchmark/__pycache__/workload.cpython-312.pyc
perfx/bottleneck/__init__.py
perfx/bottleneck/classifier.py
perfx/bottleneck/recommendations.py
perfx/bottleneck/__pycache__/__init__.cpython-312.pyc
perfx/bottleneck/__pycache__/classifier.cpython-312.pyc
perfx/bottleneck/__pycache__/recommendations.cpython-312.pyc
perfx/cli/__init__.py
perfx/cli/main.py
perfx/cli/__pycache__/__init__.cpython-312.pyc
perfx/cli/__pycache__/main.cpython-312.pyc
perfx/complexity/__init__.py
perfx/complexity/analyzer.py
perfx/complexity/fitting.py
perfx/complexity/models.py
perfx/complexity/__pycache__/__init__.cpython-312.pyc
perfx/complexity/__pycache__/analyzer.cpython-312.pyc
perfx/complexity/__pycache__/fitting.cpython-312.pyc
perfx/complexity/__pycache__/models.cpython-312.pyc
perfx/configuration/__init__.py
perfx/configuration/config.py
perfx/configuration/__pycache__/__init__.cpython-312.pyc
perfx/configuration/__pycache__/config.cpython-312.pyc
perfx/core/__init__.py
perfx/core/context.py
perfx/core/engine.py
perfx/core/lifecycle.py
perfx/core/overhead.py
perfx/core/registry.py
perfx/core/results_store.py
perfx/core/__pycache__/__init__.cpython-312.pyc
perfx/core/__pycache__/context.cpython-312.pyc
perfx/core/__pycache__/engine.cpython-312.pyc
perfx/core/__pycache__/lifecycle.cpython-312.pyc
perfx/core/__pycache__/overhead.cpython-312.pyc
perfx/core/__pycache__/registry.cpython-312.pyc
perfx/core/__pycache__/results_store.cpython-312.pyc
perfx/cost/__init__.py
perfx/cost/estimator.py
perfx/cost/__pycache__/__init__.cpython-312.pyc
perfx/cost/__pycache__/estimator.cpython-312.pyc
perfx/distributed/__init__.py
perfx/distributed/process.py
perfx/distributed/__pycache__/__init__.cpython-312.pyc
perfx/distributed/__pycache__/process.cpython-312.pyc
perfx/gpu/__init__.py
perfx/gpu/power.py
perfx/gpu/torch_cuda.py
perfx/gpu/transfers.py
perfx/gpu/__pycache__/__init__.cpython-312.pyc
perfx/gpu/__pycache__/torch_cuda.cpython-312.pyc
perfx/gpu/__pycache__/transfers.cpython-312.pyc
perfx/hardware/__init__.py
perfx/hardware/apple_backend.py
perfx/hardware/base.py
perfx/hardware/cpu_backend.py
perfx/hardware/discovery.py
perfx/hardware/memory_backend.py
perfx/hardware/npu_backend.py
perfx/hardware/nvidia_backend.py
perfx/hardware/rocm_backend.py
perfx/hardware/tpu_backend.py
perfx/hardware/__pycache__/__init__.cpython-312.pyc
perfx/hardware/__pycache__/apple_backend.cpython-312.pyc
perfx/hardware/__pycache__/cpu_backend.cpython-312.pyc
perfx/hardware/__pycache__/discovery.cpython-312.pyc
perfx/hardware/__pycache__/memory_backend.cpython-312.pyc
perfx/hardware/__pycache__/npu_backend.cpython-312.pyc
perfx/hardware/__pycache__/nvidia_backend.cpython-312.pyc
perfx/hardware/__pycache__/rocm_backend.cpython-312.pyc
perfx/hardware/__pycache__/tpu_backend.cpython-312.pyc
perfx/instrumentation/__init__.py
perfx/instrumentation/async_.py
perfx/instrumentation/block.py
perfx/instrumentation/class_.py
perfx/instrumentation/function.py
perfx/instrumentation/__pycache__/__init__.cpython-312.pyc
perfx/instrumentation/__pycache__/async_.cpython-312.pyc
perfx/instrumentation/__pycache__/block.cpython-312.pyc
perfx/instrumentation/__pycache__/class_.cpython-312.pyc
perfx/instrumentation/__pycache__/function.cpython-312.pyc
perfx/integrations/__init__.py
perfx/integrations/django_middleware.py
perfx/integrations/fastapi_middleware.py
perfx/integrations/flask_middleware.py
perfx/integrations/pytest_plugin.py
perfx/integrations/web.py
perfx/integrations/__pycache__/__init__.cpython-312.pyc
perfx/integrations/__pycache__/fastapi_middleware.cpython-312.pyc
perfx/integrations/__pycache__/flask_middleware.cpython-312.pyc
perfx/integrations/__pycache__/pytest_plugin.cpython-312.pyc
perfx/integrations/__pycache__/web.cpython-312.pyc
perfx/measurement/__init__.py
perfx/measurement/cpu.py
perfx/measurement/memory.py
perfx/measurement/statistics.py
perfx/measurement/timing.py
perfx/measurement/__pycache__/__init__.cpython-312.pyc
perfx/measurement/__pycache__/cpu.cpython-312.pyc
perfx/measurement/__pycache__/memory.cpython-312.pyc
perfx/measurement/__pycache__/statistics.cpython-312.pyc
perfx/measurement/__pycache__/timing.cpython-312.pyc
perfx/plugins/__init__.py
perfx/plugins/registry.py
perfx/profiler/__init__.py
perfx/profiler/cpu.py
perfx/profiler/__pycache__/__init__.cpython-312.pyc
perfx/profiler/__pycache__/cpu.cpython-312.pyc
perfx/regression/__init__.py
perfx/regression/baseline.py
perfx/regression/comparison.py
perfx/regression/__pycache__/__init__.cpython-312.pyc
perfx/regression/__pycache__/baseline.cpython-312.pyc
perfx/regression/__pycache__/comparison.cpython-312.pyc
perfx/reporting/__init__.py
perfx/reporting/console.py
perfx/reporting/html.py
perfx/reporting/json_reporter.py
perfx/reporting/markdown.py
perfx/reporting/__pycache__/__init__.cpython-312.pyc
perfx/reporting/__pycache__/console.cpython-312.pyc
perfx/reporting/__pycache__/html.cpython-312.pyc
perfx/reporting/__pycache__/json_reporter.cpython-312.pyc
perfx/reporting/__pycache__/markdown.cpython-312.pyc
perfx/results/__init__.py
perfx/results/models.py
perfx/results/__pycache__/__init__.cpython-312.pyc
perfx/results/__pycache__/models.cpython-312.pyc