QArm Qt® 4 ARM 4.0 framework
Our QArm Qt® 4 based ARM framework provides an easy to use and full featured interface to the Application Response Measurement (ARM) standard. With this framework you can start using ARM without knowing the details about the complex C API. On the other hand QArm offers most of the main features of ARM like metrics, properties and correlation so later you can make use of more complex ARM concepts if you need.
Simple QArm instrumentation
The following code shows a simple QArm instrumented hello world program:
#include <iostream>
#include <QSimpleArmTran>
int main(int argc, char *argv[])
{
QSimpleArmTran hello("HelloWorld");
hello.start();
cout << "Hello World!\n";
hello.stop();
}
Thats it!
Documentation
Here you can download and read our QArm API and tutorial documents. Currently available in PDF format:
|
Download
The QArm framework can be downloaded either from our download page or directly below:
