Skip to content

Commit e23d7eb

Browse files
authored
remove old profiling directory (#1265)
1 parent 4b82169 commit e23d7eb

File tree

2 files changed

+0
-62
lines changed

2 files changed

+0
-62
lines changed

Makefile

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -131,20 +131,6 @@ testcov: build-coverage
131131
.PHONY: all
132132
all: format build-dev lint test
133133

134-
.PHONY: flame
135-
flame:
136-
@rm -rf perf.data*
137-
@rm -rf flame
138-
@mkdir -p flame
139-
perf record -g profiling/dict_model.py
140-
perf script --max-stack 20 | stackcollapse-perf.pl | flamegraph.pl > flame/python.svg
141-
perf script --max-stack 20 | stackcollapse-perf.pl > flame/python.txt
142-
@rm perf.data
143-
JSON=1 perf record -g profiling/dict_model.py
144-
perf script --max-stack 20 | stackcollapse-perf.pl | flamegraph.pl > flame/json.svg
145-
perf script --max-stack 20 | stackcollapse-perf.pl > flame/json.txt
146-
@rm perf.data
147-
148134
.PHONY: clean
149135
clean:
150136
rm -rf `find . -name __pycache__`
@@ -153,7 +139,6 @@ clean:
153139
rm -f `find . -type f -name '.*~' `
154140
rm -rf src/self_schema.py
155141
rm -rf .cache
156-
rm -rf flame
157142
rm -rf htmlcov
158143
rm -rf .pytest_cache
159144
rm -rf *.egg-info

profiling/dict_model.py

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)