From what I can see "Run Time" is merely invoking the compiler. It doesn't run the main created and so consequently the "Run Time" goes down with number of functions. A simple test with C bears this out. I get 28650, 2677 and 269 respectively for 100/10 100/100 100/1000.
Is this intentional?
From what I can see "Run Time" is merely invoking the compiler. It doesn't run the
maincreated and so consequently the "Run Time" goes down with number of functions. A simple test with C bears this out. I get 28650, 2677 and 269 respectively for 100/10 100/100 100/1000.Is this intentional?