mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-20 22:49:01 +00:00
Trivial updates
This commit is contained in:
2
thirdparty/gprof2dot/gprof2dot.py
vendored
2
thirdparty/gprof2dot/gprof2dot.py
vendored
@@ -1039,7 +1039,7 @@ class CallgrindParser(LineParser):
|
||||
"""Parser for valgrind's callgrind tool.
|
||||
|
||||
See also:
|
||||
- http://valgrind.org/docs/manual/cl-Format.html
|
||||
- https://web.archive.org/web/20190415231603/http://valgrind.org/docs/manual/cl-Format.html
|
||||
"""
|
||||
|
||||
_call_re = re.compile(r'^calls=\s*(\d+)\s+((\d+|\+\d+|-\d+|\*)\s+)+$')
|
||||
|
||||
Reference in New Issue
Block a user