Skip to content

Commit 0a4e3e7

Browse files
committed
Merge pull request #110 from florentx/refactor_lineprofiler
Refactor lineprofiler
2 parents 2bd93b6 + cc2f4f1 commit 0a4e3e7

4 files changed

Lines changed: 181 additions & 114 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.idea
22
dist
33
build
4-
*.pyc
54
MANIFEST
5+
*.egg-info
6+
*.pyc
67
*~

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ test:
88
$(PYTHON) -m memory_profiler test/test_as.py
99
$(PYTHON) -m memory_profiler test/test_global.py
1010
$(PYTHON) -m memory_profiler test/test_precision_command_line.py
11+
$(PYTHON) -m memory_profiler test/test_gen.py
1112
$(PYTHON) test/test_import.py
1213
$(PYTHON) test/test_memory_usage.py
1314
$(PYTHON) test/test_precision_import.py

0 commit comments

Comments
 (0)