mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
more refactoring
This commit is contained in:
parent
682872689a
commit
abc12bc361
4 changed files with 68 additions and 33 deletions
|
|
@ -30,6 +30,9 @@ from lib.core.data import logger
|
|||
from lib.core.data import paths
|
||||
|
||||
def profile(profileOutputFile=None, dotOutputFile=None, imageOutputFile=None):
|
||||
"""
|
||||
This will run the program and present profiling data in a nice looking graph
|
||||
"""
|
||||
try:
|
||||
from extra.gprof2dot import gprof2dot
|
||||
from extra.xdot import xdot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue