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
131
131
.PHONY : all
132
132
all : format build-dev lint test
133
133
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
-
148
134
.PHONY : clean
149
135
clean :
150
136
rm -rf ` find . -name __pycache__`
@@ -153,7 +139,6 @@ clean:
153
139
rm -f ` find . -type f -name ' .*~' `
154
140
rm -rf src/self_schema.py
155
141
rm -rf .cache
156
- rm -rf flame
157
142
rm -rf htmlcov
158
143
rm -rf .pytest_cache
159
144
rm -rf * .egg-info
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments