mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Trivial updates
This commit is contained in:
parent
769d0eb9bd
commit
3f91f025db
7 changed files with 17 additions and 10 deletions
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+)+$')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue