Skip to content

Commit

Permalink
remove old profiling directory (#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Apr 6, 2024
1 parent 4b82169 commit e23d7eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 62 deletions.
15 changes: 0 additions & 15 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,20 +131,6 @@ testcov: build-coverage
.PHONY: all
all: format build-dev lint test

.PHONY: flame
flame:
@rm -rf perf.data*
@rm -rf flame
@mkdir -p flame
perf record -g profiling/dict_model.py
perf script --max-stack 20 | stackcollapse-perf.pl | flamegraph.pl > flame/python.svg
perf script --max-stack 20 | stackcollapse-perf.pl > flame/python.txt
@rm perf.data
JSON=1 perf record -g profiling/dict_model.py
perf script --max-stack 20 | stackcollapse-perf.pl | flamegraph.pl > flame/json.svg
perf script --max-stack 20 | stackcollapse-perf.pl > flame/json.txt
@rm perf.data

.PHONY: clean
clean:
rm -rf `find . -name __pycache__`
Expand All @@ -153,7 +139,6 @@ clean:
rm -f `find . -type f -name '.*~' `
rm -rf src/self_schema.py
rm -rf .cache
rm -rf flame
rm -rf htmlcov
rm -rf .pytest_cache
rm -rf *.egg-info
Expand Down
47 changes: 0 additions & 47 deletions profiling/dict_model.py

This file was deleted.

0 comments on commit e23d7eb

Please sign in to comment.