Skip to content
Snippets Groups Projects
Commit 89c1d5db authored by René Schöne's avatar René Schöne
Browse files

Now no more stupid mistakes..

parent 97ae7f3e
No related branches found
No related tags found
No related merge requests found
...@@ -7,4 +7,4 @@ log.debug = 0 ...@@ -7,4 +7,4 @@ log.debug = 0
measure.lp.write = 0 measure.lp.write = 0
measure.profiling = 1 measure.profiling = 1
measure.flush = 0 measure.flush = 0
measure.non-chached = 0 measure.non-cached = 0
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
(number->string (date-second now)) "_" (number->string (date-second now)) "_"
(safe-string-take (number->string (date-nanosecond now)) 3 #\0)))) (safe-string-take (number->string (date-nanosecond now)) 3 #\0))))
(define (date-file-name prefix ext) (string-append prefix (if measure-non-chached? "-noncached" (if measure-flush? "-flush" "")) (define (date-file-name prefix ext) (string-append prefix (if measure-non-cached? "-noncached" (if measure-flush? "-flush" ""))
"-" (current-date-formatted) "." ext)) "-" (current-date-formatted) "." ext))
; name -> call-count ; name -> call-count
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment