mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
more refactoring
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user