Announcement: MyARM releases QArm 1.0.0 Qt® 4 based ARM 4.0 framework

Home / Press / Announcement of QArm 1.0.0 release contact | download | sitemap

MyARM releases QArm 1.0.0 Qt® 4 based ARM 4.0 framework

Gelnhausen, Germany - 19 December 2005: MyARM releases Qt® 4 based ARM 4.0 framework QArm version 1.0.0 which enables Qt applications to make use of the Application Response Measurement (ARM) standard from The Open Group.

QArm instrumentation framework

With the QArm framework its very easy to instrument a Qt-based application with ARM 4.0. The framework offers simple to use interface classes up to complex ARM C++ classes providing most of the ARM 4.0 functionality like measuring transactions with ARM metrics and/or ARM properties or correlating parent/child transaction measurements. For example a simple transaction can be measured using ARM just by inserting three lines of C++ code:

QSimpleArmTran mytran("MyTransaction");

mytran.start();
// do my transaction work.
mytran.stop(QArmTransaction::GOOD);

For more information or support for the QArm instrumentation framework read our web section (including a comprehensive QArm tutorial) or please contact us.

Contact:

MyARM GbR
Neue Str. 4
63571 Gelnhausen-Roth
Germany
email: info{at}myarm.de

Links:

Trolltech web site:
http://www.trolltech.com/
MyARM web site:
http://www.myarm.de/
QArm web page:
http://www.myarm.de/solutions/qarm_framework.html
OpenGroup ARM web site:
http://www.opengroup.org/management/arm/