mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=57928
This commit is contained in:
parent
b8ff553e9a
commit
e50848b176
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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$
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue