1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00
This commit is contained in:
John Camelon 2004-04-15 17:55:20 +00:00
parent b8ff553e9a
commit e50848b176
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,6 @@
2004-04-15 John Camelon
Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=57928
2004-04-14 Alain Magloire
Remove the contribution for header doing this will force

View file

@ -183,7 +183,8 @@ public class CompletionEngine implements RelevanceConstants {
// start timer
elementRequestor.startTimer();
long parserTime = System.currentTimeMillis();
long parserTime = System.currentTimeMillis();
macroMap = null;
result = parser.parse(completionOffset);
log("Time spent in Parser = "+ ( System.currentTimeMillis() - parserTime ) + " ms"); //$NON-NLS-1$ //$NON-NLS-2$