Message from discussion
Issue 2364 in v8: Enable profiling
Received: by 10.58.127.226 with SMTP id nj2mr2052277veb.3.1350238991524;
Sun, 14 Oct 2012 11:23:11 -0700 (PDT)
X-BeenThere: v8-dev@googlegroups.com
Received: by 10.220.226.7 with SMTP id iu7ls3009680vcb.6.gmail; Sun, 14 Oct
2012 11:23:10 -0700 (PDT)
Received: by 10.52.16.113 with SMTP id f17mr1777228vdd.3.1350238990252;
Sun, 14 Oct 2012 11:23:10 -0700 (PDT)
Received: by 10.52.16.113 with SMTP id f17mr1777227vdd.3.1350238990241;
Sun, 14 Oct 2012 11:23:10 -0700 (PDT)
Return-Path: <3DgN7UBAKBokp1qr5v6r-014r2yBt11tyr.p1z8L-qr8t11tyrt41725....@codesite.bounces.google.com>
Received: from mail-vb0-f76.google.com (mail-vb0-f76.google.com [209.85.212.76])
by gmr-mx.google.com with ESMTPS id s13si817289vde.2.2012.10.14.11.23.10
(version=TLSv1/SSLv3 cipher=OTHER);
Sun, 14 Oct 2012 11:23:10 -0700 (PDT)
Received-SPF: pass (google.com: domain of 3DgN7UBAKBokp1qr5v6r-014r2yBt11tyr.p1z8L-qr8t11tyrt41725....@codesite.bounces.google.com designates 209.85.212.76 as permitted sender) client-ip=209.85.212.76;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of 3DgN7UBAKBokp1qr5v6r-014r2yBt11tyr.p1z8L-qr8t11tyrt41725....@codesite.bounces.google.com designates 209.85.212.76 as permitted sender) smtp.mail=3DgN7UBAKBokp1qr5v6r-014r2yBt11tyr.p1z8L-qr8t11tyrt41725....@codesite.bounces.google.com; dkim=pass header...@google.com
Received: by mail-vb0-f76.google.com with SMTP id v13so22745vbk.5
for <v8-dev@googlegroups.com>; Sun, 14 Oct 2012 11:23:10 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=google.com; s=20120113;
h=mime-version:reply-to:x-generated-by:x-googlecode-project
:x-googlecode-issue-id:message-id:date:subject:from:to:content-type;
bh=yqCqfUBUmNvB6MvFONzhtroZxJ0XlINn2I4eaka2IDI=;
b=NcUYOAZ+bNTB9aRiSjnsjuPf8rE0IkZXyy9ACO9BVNEv92d/QceYj+tKXiaOdWgEtG
nK9LQ5XjGlv3iZMClW4zULoxMNYx2XIpIsuUp+0tcjXTD1whGSh7ZJsJAMHsmkNnZhsG
cknZn5E6Wi4N4vWItMOLFjxCPTDW1E8e7KOsRL/fP+qI/2SOd4fTanLZDVN+OVAGpuOU
dRlxpHVS6GHQlwEWf5k5WK51kKcswffBNeg++8emOPD+9yzwPzCa6NzzMhZ0EYr0ckyP
P/GvAmhQfcsk69eQf4nIeh6RwlbNMtdV5wE2Bu7qwY1bwGL9BXslCnNyl5xOxJaNHD7z
FWOg==
MIME-Version: 1.0
Received: by 10.224.223.14 with SMTP id ii14mr6062265qab.3.1350238990065; Sun,
14 Oct 2012 11:23:10 -0700 (PDT)
Reply-To: codesite-nore...@google.com
X-Generated-By: Google Code
X-GoogleCode-Project: v8
X-GoogleCode-Issue-Id: 2364
Message-ID: <0-11690816309429728379-12711687739852084840-codesite-noreply=google....@googlecode.com>
Date: Sun, 14 Oct 2012 18:23:10 +0000
Subject: Issue 2364 in v8: Enable profiling
From: codesite-nore...@google.com
To: v8-dev@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes
Status: New
Owner: ----
New issue 2364 by m.presti...@gmail.com: Enable profiling
http://code.google.com/p/v8/issues/detail?id=2364
I am not able to see profiling info after running mac-tick-processor
v8.log. Here is the output:
Statistical profiling result from v8.log, (0 ticks, 0 unaccounted, 0
excluded).
To build v8, I ran make native.
I noticed that http://code.google.com/p/v8/wiki/V8Profiler says there is a
ENABLE_LOGGING_AND_PROFILING flag, but I didn't see the flag specified
anywhere in the build documentation.
Any help?
Thanks!