fix: write cProfile to data/ volume for host access
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -37,8 +37,8 @@ def build_parser() -> argparse.ArgumentParser:
|
|||||||
"--cprofile",
|
"--cprofile",
|
||||||
metavar="PATH",
|
metavar="PATH",
|
||||||
nargs="?",
|
nargs="?",
|
||||||
const="derp.prof",
|
const="data/derp.prof",
|
||||||
help="enable cProfile; dump stats to PATH [derp.prof]",
|
help="enable cProfile; dump stats to PATH [data/derp.prof]",
|
||||||
)
|
)
|
||||||
p.add_argument(
|
p.add_argument(
|
||||||
"--tracemalloc",
|
"--tracemalloc",
|
||||||
|
|||||||
Reference in New Issue
Block a user