From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 8C12F7FA8B for ; Wed, 11 Mar 2015 14:35:40 +0100 (CET) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of chneukirchen@gmail.com) identity=pra; client-ip=80.91.229.3; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="gclci-caml-list@m.gmane.org"; x-sender="chneukirchen@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of gclci-caml-list@m.gmane.org designates 80.91.229.3 as permitted sender) identity=mailfrom; client-ip=80.91.229.3; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="gclci-caml-list@m.gmane.org"; x-sender="gclci-caml-list@m.gmane.org"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of postmaster@plane.gmane.org designates 80.91.229.3 as permitted sender) identity=helo; client-ip=80.91.229.3; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="gclci-caml-list@m.gmane.org"; x-sender="postmaster@plane.gmane.org"; x-conformance=sidf_compatible; x-record-type="v=spf1" X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0C3AwAhRABVgQPlW1Bcg1haw1yHKE0BAQEBAQEQAQEWJi6EEAEEAVwiCwsLFiUPAQQNAk2IGgEDCQgEAQiuWpMmChknDVSFAIsXgkSCR4QXBY4YhWuEK4FKgVOFH4QogkmGFIQSboJDAQEB X-IPAS-Result: A0C3AwAhRABVgQPlW1Bcg1haw1yHKE0BAQEBAQEQAQEWJi6EEAEEAVwiCwsLFiUPAQQNAk2IGgEDCQgEAQiuWpMmChknDVSFAIsXgkSCR4QXBY4YhWuEK4FKgVOFH4QogkmGFIQSboJDAQEB X-IronPort-AV: E=Sophos;i="5.11,382,1422918000"; d="scan'208";a="102918075" Received: from plane.gmane.org ([80.91.229.3]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/AES256-SHA; 11 Mar 2015 14:35:13 +0100 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YVgmu-0001fm-Li for caml-list@inria.fr; Wed, 11 Mar 2015 14:35:04 +0100 Received: from host57-2.natpool.mwn.de ([138.246.2.57]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Mar 2015 14:35:04 +0100 Received: from chneukirchen by host57-2.natpool.mwn.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Mar 2015 14:35:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: caml-list@inria.fr From: Christian Neukirchen Date: Wed, 11 Mar 2015 14:31:01 +0100 Message-ID: <87h9trbqzu.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: host57-2.natpool.mwn.de In-Reply-To: (Jeremie Dimino's message of "Wed, 11 Mar 2015 10:07:36 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) X-Validation-by: chneukirchen@gmail.com Subject: Re: [Caml-list] [ANN] Core_profiler 112.19.00 Jeremie Dimino writes: > I am pleased to announce the first release of Core_profiler. It is a > library that helps you profile programs and estimate various > costs. The library comes in three different flavors: > > - "disabled" which does nothing, so that one can leave probes in a > program without performance penalty > - "online" to print live stats > - "offline" to store data on disk for later analysis This sounds very useful to me. > There github project has a wiki page to help you get started with the > library: > > https://github.com/janestreet/core_profiler/wiki/GettingStarted > > And Core_profiler is available in opam: > > opam install core_profiler Are these dependencies wrong? I see core_profiler: core >= 112.17.00 & < 112.18.00 core_profiler: re2 <= 111.07.00 re2-111.06.00: core = 111.06.00 (And a further clash on the OCaml version.) I think the re2 dependency should be relaxed. It seems to be fine to build against re2.112.06.00 at least... -- Christian Neukirchen http://chneukirchen.org