Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Issue 10448041: Speed up gyp 10% by removing a debug statement that's never used for anything in practice. (Closed)

Created:
8 years, 6 months ago by Nico
Modified:
8 years, 6 months ago
Reviewers:
scottmg
CC:
gyp-developer_googlegroups.com
Visibility:
Public.

Description

Speed up gyp 10% by removing a debug statement that's never used for anything in practice. If someone wants to debug this, they can just add a local print statement. 32s -> 29.5s for ninjagyp on my machine. BUG=chromium:82230 TEST=none Committed: https://code.google.com/p/gyp/source/detail?r=1400

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -2 lines) Patch
M pylib/gyp/input.py View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Nico
8 years, 6 months ago (2012-05-28 21:18:44 UTC) #1
scottmg
8 years, 6 months ago (2012-05-28 21:23:48 UTC) #2
I had no idea that existed... Just the string formatting and function call is 3s
worth? sigh.

lgtm

Powered by Google App Engine
This is Rietveld 408576698