Browse thread
How to write efficient threaded programs on OCaml
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2006-02-13 (10:28) |
From: | Florian Weimer <fw@d...> |
Subject: | Re: [Caml-list] How to write efficient threaded programs on OCaml |
* Christophe TROESTLER: > http://shootout.alioth.debian.org/debian/benchmark.php?test=chameneos&lang=all > A qprof profiling reveals that OCaml is spending 63-73% of its time on > the function caml_process_pending_signals and 13-18% on > pthread_cond_signal. Could this be a measuring artifact? It seems that all Caml code is accounted for in caml_process_pending_signals.