forked from indymedia/epicyon
Comment
parent
e03a03e548
commit
7ca718d8af
|
@ -847,6 +847,8 @@ def getReplyHtml(translate: {}, iconsPath: str,
|
|||
|
||||
|
||||
def logPostTiming(enableTimingLog: bool, postStartTime, debugId: str) -> None:
|
||||
"""Create a log of timings for performance tuning
|
||||
"""
|
||||
if not enableTimingLog:
|
||||
return
|
||||
timeDiff = int((time.time() - postStartTime) * 1000)
|
||||
|
|
Loading…
Reference in New Issue