File tree Expand file tree Collapse file tree 2 files changed +0
-62
lines changed Expand file tree Collapse file tree 2 files changed +0
-62
lines changed Original file line number Diff line number Diff line change @@ -131,20 +131,6 @@ testcov: build-coverage
131131.PHONY : all
132132all : 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
149135clean :
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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments