Profile pyx

This commit is contained in:
David Vierra 2015-01-03 14:30:04 -10:00
parent d200e310ea
commit e64508e50a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#cython: boundscheck=False
#cython: boundscheck=False, profile=True
"""
blockmodels
"""

View File

@ -1,4 +1,4 @@
#cython: boundscheck=False
#cython: boundscheck=False, profile=True
"""
${NAME}
"""