mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-09 19:43:27 +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
|
2004-04-14 Alain Magloire
|
||||||
|
|
||||||
Remove the contribution for header doing this will force
|
Remove the contribution for header doing this will force
|
||||||
|
|
|
@ -184,6 +184,7 @@ public class CompletionEngine implements RelevanceConstants {
|
||||||
// start timer
|
// start timer
|
||||||
elementRequestor.startTimer();
|
elementRequestor.startTimer();
|
||||||
long parserTime = System.currentTimeMillis();
|
long parserTime = System.currentTimeMillis();
|
||||||
|
macroMap = null;
|
||||||
result = parser.parse(completionOffset);
|
result = parser.parse(completionOffset);
|
||||||
log("Time spent in Parser = "+ ( System.currentTimeMillis() - parserTime ) + " ms"); //$NON-NLS-1$ //$NON-NLS-2$
|
log("Time spent in Parser = "+ ( System.currentTimeMillis() - parserTime ) + " ms"); //$NON-NLS-1$ //$NON-NLS-2$
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue