Also look at db times
Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
parent
63da2ac717
commit
459e354704
1 changed files with 3 additions and 0 deletions
|
@ -69,6 +69,9 @@ if read_src:
|
|||
match = re.findall("SpawnPoolWorker-\d+ root INFO +Time used in seconds for (.*): (\d+\.\d+)", line)
|
||||
if match != []:
|
||||
times.append(match[0])
|
||||
match = re.findall("SpawnPoolWorker-\d+ root INFO +(Reading OSM .* data for \['.*'\]) from db took (\d+\.\d+) seconds.", line)
|
||||
if match != []:
|
||||
times.append(match[0])
|
||||
except:
|
||||
print("err")
|
||||
sys.exit(1)
|
||||
|
|
Loading…
Reference in a new issue