Tagged Questions
2
votes
1answer
59 views
Graphing the amount of time a function takes
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 ...