jmeaster30 / ocean

A C-like programming language (get it like sea-like like an ocean lol)
GNU General Public License v3.0
0 stars 0 forks source link

Call instruction metric in the call graph should be the parent of the function that is being called #99

Open jmeaster30 opened 8 months ago

jmeaster30 commented 8 months ago

Currently in the call graph we list the call instruction metric at the same level as the function it is calling but the execution time of the call instruction completely encapsulates the execution time of the called function.