Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
7fc7b66e
Commit
7fc7b66e
authored
Jan 28, 2003
by
simonmar
Browse files
[project @ 2003-01-28 17:06:24 by simonmar]
I moved startTime here, from RtsStartup.c where it seemed out of placed
parent
b9dfc5ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/parallel/Parallel.c
View file @
7fc7b66e
...
@@ -37,6 +37,10 @@ char gr_filename[STATS_FILENAME_MAXLEN];
...
@@ -37,6 +37,10 @@ char gr_filename[STATS_FILENAME_MAXLEN];
GlobalParStats
globalParStats
;
GlobalParStats
globalParStats
;
#endif
#endif
#if defined(PAR)
ullong
startTime
=
0
;
#endif
#if defined(PAR) && !defined(DEBUG)
#if defined(PAR) && !defined(DEBUG)
// HAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCCCCCCCCKKKKKKKKKKKK
// HAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCCCCCCCCKKKKKKKKKKKK
// Definitely the wrong place for info_type in !DEBUG (see Printer.c) -- HWL
// Definitely the wrong place for info_type in !DEBUG (see Printer.c) -- HWL
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment