Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

   -- VBPs referencing up to 50K lines of code (LOC) should finish in under 5 seconds.
   -- VBPs referencing   50-100K lines should finish in under 3020 seconds.
   -- VBPs referencing  100-200K lines should finish in under one30  minutesseconds.
   -- VBPs referencing  200-400K lines should finish in under two50 minutesseconds.
   -- VBPs referencing  400-600K lines should finish in under six70 minutesseconds.

Note that translation runtime is not directly proportional to the number of lines. The runtime is sensitive to the total number of symbols and atomic operations defined in the codebase being translated. This includes all identifiers declared by the VB6 code as well as all the identifiers declared in referenced COM components as well as and all operations on those symbols and any literal quantities in the code. Larger codes tend to depend on more external libraries so they take proportionately longer. 

Outputs

The .NET project files will be in the default deployment folder

...