LICENSE
README.md
pyproject.toml
perftrace/__init__.py
perftrace/constant.py
perftrace.egg-info/PKG-INFO
perftrace.egg-info/SOURCES.txt
perftrace.egg-info/dependency_links.txt
perftrace.egg-info/entry_points.txt
perftrace.egg-info/requires.txt
perftrace.egg-info/top_level.txt
perftrace/cli/__init__.py
perftrace/cli/db_utils.py
perftrace/cli/logger.py
perftrace/cli/main.py
perftrace/cli/registry.py
perftrace/cli/commands/__init__.py
perftrace/cli/commands/config.py
perftrace/cli/commands/database_info.py
perftrace/cli/commands/doctor.py
perftrace/cli/commands/export_csv.py
perftrace/cli/commands/export_json.py
perftrace/cli/commands/fastest_execution.py
perftrace/cli/commands/frequency_count.py
perftrace/cli/commands/get_memory.py
perftrace/cli/commands/help.py
perftrace/cli/commands/history_command.py
perftrace/cli/commands/list.py
perftrace/cli/commands/recent_data.py
perftrace/cli/commands/show_data.py
perftrace/cli/commands/slowest_execution.py
perftrace/cli/commands/stats.py
perftrace/cli/commands/summary.py
perftrace/cli/commands/system_info.py
perftrace/cli/commands/system_monitor.py
perftrace/cli/commands/system_status.py
perftrace/cli/commands/today_function_call.py
perftrace/cli/commands/version.py
perftrace/core/collectors.py
perftrace/core/context_manager.py
perftrace/core/decorators.py
perftrace/storage/__init__.py
perftrace/storage/config_manager.py
perftrace/storage/database_loader.py
perftrace/storage/duckdb/duckdb_storager.py
perftrace/storage/duckdb/schema.py
perftrace/storage/postgres/Postgres_storager.py
perftrace/storage/postgres/schema.py