[llvm-commits] [zorg] r151065 - /zorg/trunk/lnt/lnt/tests/compile.py
Daniel Dunbar
daniel at zuster.org
Tue Feb 21 08:45:12 PST 2012
Author: ddunbar
Date: Tue Feb 21 10:45:12 2012
New Revision: 151065
URL: http://llvm.org/viewvc/llvm-project?rev=151065&view=rev
Log:
[lnt] lnt.tests.compile: Remove a resolved FIXME.
Modified:
zorg/trunk/lnt/lnt/tests/compile.py
Modified: zorg/trunk/lnt/lnt/tests/compile.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/lnt/lnt/tests/compile.py?rev=151065&r1=151064&r2=151065&view=diff
==============================================================================
--- zorg/trunk/lnt/lnt/tests/compile.py (original)
+++ zorg/trunk/lnt/lnt/tests/compile.py Tue Feb 21 10:45:12 2012
@@ -413,8 +413,8 @@
usage_info = """
Script for testing compile time performance.
-Currently this is only intended to test the raw compiler performance, not its
-scalability or its performance in parallel builds.
+Currently this is primarily intended to test the raw compiler performance (not
+its scalability or its performance in parallel builds).
This tests:
- PCH Generation for Cocoa.h
@@ -460,9 +460,6 @@
Make or xcodebuild by interposing scripts to stub out parts of the compilation
process. This is fragile, but can also be very useful when trying to understand
where the time is going in a full build.
-
-FIXME: We may want to consider timing non-serial builds in order to start
-measuring things like the full-system-performance impact on the compiler.
"""
class CompileTest(builtintest.BuiltinTest):
More information about the llvm-commits
mailing list