summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-10-13 14:26:40 +0200
committercgzones <cgzones@googlemail.com>2020-10-16 19:23:40 +0200
commita63cfc8b7c172aa7e849521a479d39af737681a8 (patch)
treeccc59220f05cfa581ee09018a90ab72c6ef4aa28 /Process.h
parent783be7711db0081a77fbcf84fbb63ab2a31ccc05 (diff)
Refactor generating starttime string into Process class
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Process.h b/Process.h
index 7e1bda68..a4abf03e 100644
--- a/Process.h
+++ b/Process.h
@@ -156,6 +156,8 @@ void Process_colorNumber(RichString* str, unsigned long long number, bool colori
void Process_printTime(RichString* str, unsigned long long totalHundredths);
+void Process_fillStarttimeBuffer(Process* this);
+
void Process_outputRate(RichString* str, char* buffer, int n, double rate, int coloring);
void Process_display(const Object* cast, RichString* out);

© 2014-2024 Faster IT GmbH | imprint | privacy policy