See the following code:
It's not doing anything exciting, just running the same inner loop 1000 times.
I have taken those times and put them in a file called 'output.txt'.
See the following python function which reads in the numbers from output.txt and plots them on a graph:
Here is the graph that it produces:
At first the code is running in the interperter, then the C1 JIT, then it settles into the C2 JIT. A couple of spikes probably indicate GC.
It's not doing anything exciting, just running the same inner loop 1000 times.
I have taken those times and put them in a file called 'output.txt'.
See the following python function which reads in the numbers from output.txt and plots them on a graph:
Here is the graph that it produces:
At first the code is running in the interperter, then the C1 JIT, then it settles into the C2 JIT. A couple of spikes probably indicate GC.
No comments:
Post a Comment