User Tools

Site Tools


notes:fall2024:projects:pnc0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
notes:fall2024:projects:pnc0 [2024/10/02 14:26] – [MrVengeance pnc0 runtimes] gsalcenotes:fall2024:projects:pnc0 [2024/10/03 01:23] (current) amelvil2
Line 63: Line 63:
  
 It is suggested that you make this into a function with parameters that you can pass to it. This may be done for cleanliness and ease of use in the future!  It is suggested that you make this into a function with parameters that you can pass to it. This may be done for cleanliness and ease of use in the future! 
 +
 +Also, two important functions used in the example are the itoa and ftoa functions which are a part of the string.h library. They allow you to convert numbers to strings which will be important for displaying data that you have recorded.
 ====wedge pnc0 runtimes==== ====wedge pnc0 runtimes====
 <dataplot center linespoints smooth 600x400 xlabel="range" ylabel="time (s)"> <dataplot center linespoints smooth 600x400 xlabel="range" ylabel="time (s)">
Line 83: Line 85:
  
 {{ :notes:fall2024:projects:pnc0-graph.png?600 |}} {{ :notes:fall2024:projects:pnc0-graph.png?600 |}}
 +
 +====cburling pnc0 runtimes====
 +<dataplot center linespoints smooth 600x400 xlabel="range" ylabel="time (s)">
 +1024 0.483
 +2048 1.966
 +4096 7.833
 +8192 31.333
 +</dataplot>
 +
 +
 +====bpatricelli pnc0 runtimes====
 +<dataplot center linespoints smooth 600x400 xlabel="range" ylabel="time (s)">
 +1024 0.483
 +2048 1.967
 +4096 7.85
 +8192 31.367
 +</dataplot>
 +
 +====amelvil2 pnc0 runtimes===
 +<dataplot center linespoints smooth 600x400 xlabel="range" ylabel="time (s)">
 +1024 0.107
 +2048 0.283
 +4096 1.102
 +8192 3.683
 +</dataplot>
notes/fall2024/projects/pnc0.1727879190.txt.gz · Last modified: 2024/10/02 14:26 by gsalce