Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 830 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 830 Bytes

proxy-profiler PRs Welcome

ProxyProfiler is a personal project that I started to study AOP. Developing the code, I decided to include Expression Trees for the purpose of study too. This quickly became a reasonable tool and I decided to make it a GitHub project.

You can use it as you like, respecting MIT license.

ProxyProfiler just keeps track of methods execution count, date and time of execution, arguments supplied to method and arguments after method execution and miliseconds elapsed to complete execution.

For more information, look at Wiki!