Comparing Profiler Runs

https://img.shields.io/badge/AIMMS_4.88-ZIP:_ProfilerRunCompare-blue https://img.shields.io/badge/AIMMS_4.88-Github:_ProfilerRunCompare-blue https://img.shields.io/badge/AIMMS_Community-Forum-yellow

Introduction

For an existing application, especially one that has several features, a small change in data, environment, or code occasionally leads to unexpectedly different runtimes. The location in the code of that application, where these differences manifest themselves, is not always obvious. In such circumstances, comparing profiler results may be a useful next step to locate the code where the significant differences in runtimes manifest themselves.

Instructions

This chapter is divided into three sections:

  1. Application Preparation

  2. Making a run and downloading runs

  3. Reading and comparing runs

Application Preparation

Inside the project you want to analyze performance, follow these steps.

Step 1: Add ProfilerStart to the beginning of MainInitialization.

Step 2: Add section downloadProfilerResults to the application using import section. You can download this file by downloading the full repository available on github.

Step 3: Add a download button on one of your WebUI pages.

Making a Run and Downloading Runs

In the next subsection, we will be comparing the results of runs made. Doing such a comparison, you don’t want to be distracted by differences that have a difference cause than the cause at hand.

For instance, when changing the cloud provider from AWS to Azure, the results should not be fogged by different database contents or different versions of the same application.

Reading and Comparing Runs

When you have two or more .profilerData.txt files, you can compare them using profilerRunCompare application.

This app starts up as follows:

Startup screen of profilerRunCompare

Now, you should:

  1. Upload two .profilerData.txt files.

  2. Assign one of the to ep_runLeft, and the other to ep_runRight.

Then an initial comparison screen will show as follows:

Comparing using profilerRunCompare

Remarks:

  1. Select an identifier by clicking in the data area of the first table.

  2. You can select the profiler type in the upper right via the dropdown at ep_profilerType.

Minimal Requirements

AIMMS Community license is sufficient for working with this example.