Skip to content
Snippets Groups Projects
Select Git revision
  • fc8d9260d520a9b78bb517019730702989ee462e
  • master default protected
  • basic-profiling
  • report
  • 0.9 protected
5 results

ConversionManager.cs

Blame
    • Paul Nitzke's avatar
      fc8d9260
      Add small profiling example · fc8d9260
      Paul Nitzke authored
      * We can use the Stopwatch class to time the execution of our program.
      * This commit implements this experimentally for the partition to
        colored dot execution path.
      * This is considered a work in progress and should NOT be merged into
        master.
      * A proper implementation would likely involve some overseeing structure
        in ConversionManager for the execution methods to hook into and
        provide their timing
      * The goal is to design this independent from the frontend so an
        interface to the frontend must also be provided.
      fc8d9260
      History
      Add small profiling example
      Paul Nitzke authored
      * We can use the Stopwatch class to time the execution of our program.
      * This commit implements this experimentally for the partition to
        colored dot execution path.
      * This is considered a work in progress and should NOT be merged into
        master.
      * A proper implementation would likely involve some overseeing structure
        in ConversionManager for the execution methods to hook into and
        provide their timing
      * The goal is to design this independent from the frontend so an
        interface to the frontend must also be provided.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    ConversionManager.cs 4.48 KiB