Rolled-back change 7209.
This removes the endTime column
from the process table. Track2SQL no longer attempts to analyze
'completed' entries.
This change was influenced by three factors:
- Analyzing 'completed' entries significantly degrades
performance (about 2.75x slower in my tests).
- In some versions of PHP (5.2.8) the strtotime() function
suffers from a memory leak.
- The 'completed' entries are not part of Vtrack output.