Hi All,
Coming to the point I am wondering if anybody could comment on the design of a "Performance Assertion Checking" system.
The idea is that a developer makes some assertions about his code and use these to test the evolution of the performance of the code.Has anyone has similar experience.
My current block is "Whats a better way to translate these assertions in a specified language (that are to be checked against specified logs or runtime instrumentation) into.. say CLR, or assembly or Bytecode that could be executed?"
Currently I have written a parser that parses the specification and holds it in a data structure.
Appreciate your time. Any Ideas..