I'm calling some functions several times(5000-10000) and measuring the time it takes to finish the execution of function each time.
For example : Binary search with 10 ints , 11 ints, 1000 ints... Now I want to draw the graph of how much it takes to finish the search , every step.
I have the amount of integers as X and the time as Y. But I don't know how to connect the points to making a graph , Is there any function or library in visual studio 2015 that help me to draw a graph ? like "graphics.h" in borland
Edit : Using windows 10 and visual studio 2015