I know I can find out the amount of time a function takes to run like this:
In:= function1[100] //Timing
Out:= {0.043334, Null}
How can I graph this over a set of 10 or 20 parameters (which are increasingly large), in order to get an idea of how the function scales?

function1[100]? – s0rce Mar 8 at 2:24