[m-rev.] For review: Parallel runtime profiling improvments.
Julien Fischer
juliensf at csse.unimelb.edu.au
Fri Aug 21 02:22:56 AEST 2009
Hi Paul,
On Sun, 16 Aug 2009, Paul Bone wrote:
>
> For post-commit review. I have commited this already before realizing I
> had some over-long lines in some files which I've now commited a fix
> for. The diff below is the final version, without over long lines.
>
> Parallel runtime profiling improvements.
>
> Improve the profiling of the parallel runtime code in two main ways:
> + Record data for more events.
> + Record high-precision timing data on x86 machines via the TSC where
> access to the TSC is available.
...
A couple of things: (1) use the __x86_64__ macro as opposed to the
__amd64__ one. (The former is the one we use elsewhere, (2) please
use the formatting of preprocesser statements given in the C coding
standard for the Mercury project.
Julien.
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list