Commit 925d99d
committed
Fix timestamp bug in file reporter
The file reporter writes the profile into a local file, current
timestamp is added in the file name, unfortunately that timestamp was
set at load time because of the default argument so each reports would
always go into the same file.
This small fix will ensure that different files will be created and the
file name will get proper timestamp.1 parent d275c23 commit 925d99d
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
0 commit comments