2017-11-26
1.0.0
Evert van der Zalm
All
.NET
Components, Libraries, Developer Tools
[Overview]
Contains ticks action which can be used to get a 100-nanosecond interval. With this interval, you're able to measure the execution time in milliseconds.
[Detail]
With this component, you're able to get a computer tick. This tick represents a time in 100-nanosecond. With this tick you're able to calculate the time that has past between 2 ticks.
When you divided the difference between two ticks by 10.000 you get the number in milliseconds.
I've also built an example application with this so you can see for which purposes and how you can apply this logic in your own situation.
Example application: https://www.outsystems.com/forge/component/2905/performance-measurement-example/