Skip to content
Developer Fields

Developer Fields

Development, Architecture and More

Developer Fields

  • Home
  • Articles
  • Thoughts
  • Tutorials
  • EnglishEnglish
    • EspañolEspañol

Uncategorized

Uncategorized C#

Measure elapsed run time of a code segment

August 31, 2017

Sometimes we need to know the elapsed time of a method call, that is, how long its taking the code to get run. Usually we suspect the code segment is taking to long to execute and we need to find the bottleneck or maybe we are developing an application with some time restrictions.

There are several functions on the kernel32.dll windows library that may help in this task.

Read More
Jorge
Uncategorized Beginner, Delphi

Abstract classes and interfaces

August 7, 2017

Abstract classes and methods Generally we understand a pure abstract class as any class having only abstract methods. Method abstraction is a very useful technique to define behavior patterns over the classes that are going to inherit from a given class we are defining. An abstract method is a class method which won’t be implemented…

Read More
Jorge

Series

  • No categories

Recent Posts

  • Design Patterns. Abstract Factory Pattern
  • Measure elapsed run time of a code segment
  • Memory use in Delphi
  • Reference counting
  • Abstract classes and interfaces

Archives

  • September 2017
  • August 2017

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
© 2023 Developer Fields | Designed by: Theme Freesia | Powered by: WordPress
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok