November 23, 2017

Compile, Link, Load, Run, Build time

❑ Compile time : The time the compiler is operating.

❑ Link time : The time the linker is operating.

❑ Load-time : The time the Loader is operating.

❑ Run-time : The time the program is executing.

❑ Build time : The time to create executable file(Preprocessing time~Load time).