profiles icon indicating copy to clipboard operation
profiles copied to clipboard

Real Time Execution

Open kjemeyer opened this issue 1 year ago • 6 comments

I am not sure if I am doing this right, but it would be great to upper bounds on execution of code paths. if there were some way to normalize impact of cache, assign time cost to acquiring and releasing resources, analyze the assembly and give upper bound on number of instructions in assembly for code for a given processor, and use cpu frequency as a input, it seems with some degree of fidelity you could statically give a time profile to code.

kjemeyer avatar Oct 06 '23 02:10 kjemeyer