Sökning: "David Weisskopf Holmqvist"

Hittade 1 uppsats innehållade orden David Weisskopf Holmqvist.

  1. 1. EDPM : An embedded domain-specific language for performance monitoring C and C++ programs

    Kandidat-uppsats, Blekinge Tekniska Högskola/Institutionen för programvaruteknik

    Författare :David Weisskopf Holmqvist; [2023]
    Nyckelord :performance monitoring; domain-specific languages; language abstractions; compilers;

    Sammanfattning : Manual insertion of performance monitoring probes gives programmers great control over the performance counters collected, but brings with it problems such as increased code size, obfuscated logic in code due to intermingling of application logic and performance probes, and time and mental cost required to learn the APIs of different performance monitoring tools. EDPM is an embedded domain-specific language that seeks to raise the level of abstraction for marking regions of code that need to be instrumented in C and C++ programs, designed to be easy to learn for programmers and to reduce the lines of code needed to collect performance counters. LÄS MER