Creating and Saving AQTime Projects

Applies to AQTime 8.81, last modified on January 18, 2022

Creating AQTime Projects

To create a blank project in AQTime, do any of the following:

  • Select File > New Project from AQTime’s main menu.

  • Click Create a New Project on the Start Page.

After that, you can specify the application modules you want to profile. To learn how to do this, see Selecting Applications and Modules to Profile.

To create a new AQTime project:

  • Select File > New > Project from Visual Studio’s menu, press the New Project button on the Start page or select AQTime > Add AQTime Project from Visual Studio’s menu. This will call the New Project dialog.

  • In the dialog:

    • Select AQTime Projects from the list on the left of the dialog and then click AQTime Project on the right.

    • Specify the project name, location and solution.

  • Press OK.

Visual Studio will create a new AQTime project and display its contents in the Solution Explorer.

In Embarcadero RAD Studio, AQTime projects (.aqt files) are part of the AQTime project groups (.bdsproj files), which are simply containers for several AQTime projects. Before creating a new AQTime project you must first create and open an AQTime project group to which this project will belong.

To create a new AQTime project group:

  • Right-click the root element in the Project Manager panel and select Add New Project from the context menu, or select File > New > Other or Project > Add New Project from RAD Studio’s menu. This will call the New Items dialog.

  • In the dialog, select Profiling from the list on the left of the dialog, click AQTime Project Group on the right and click OK.

RAD Studio will create a new AQTime project group and display its contents in the Project Manager.

To create a new AQTime project in the opened AQTime project group:

  • Select File > New > Other from RAD Studio’s menu. This will call the New Items dialog.

  • In the dialog, select Profiling from the list on the left of the dialog, click AQTime Project Module on the right and click OK.

RAD Studio will add a new AQTime project to the opened AQTime project group and display its contents in the Project Manager.

Saving AQTime Projects

To save your new AQTime project, select File > Save from AQTime’s main menu.To save your new AQTime project, select File > Save from Visual Studio’s main menu.To save your new AQTime project, select File > Save from RAD Studio’s main menu. This will open the standard Save File dialog where you can specify the project file name. If you create a new project and do not save it, the results and profiling configuration will be lost upon closing the project. However, after you have saved a project to a file, the results and changes you make to the profiling configuration will be saved automatically (AQTime saves them upon closing the project or after you select the File > Save menu item). The files that store profiling results reside in the project_name_Results subfolder of the project folder.

Opening Existing AQTime Projects

To open an existing project in AQTime, select File > Open Project:

Upon selecting this menu item, AQTime will display the standard Open File dialog where you can select the desired AQTime project file name. Once your project is open in AQTime, you can see a list of all object modules and their routines in the left-hand pane of the Setup panel:

You can open an existing AQTime project in Visual Studio in the same manner as you open any other Visual Studio project: just select File > Open > Project\Solution:

This will call the standard Open File dialog where you can select the desired AQTime project file name. After you open the project, you can see a list of all object modules and their routines in the left-hand pane of the Setup panel:

You can open an existing AQTime project in RAD Studio in the same manner as you open any other RAD Studio project: just select File > Open Project:

This will call the standard Open File dialog where you can select the desired AQTime project file name. After you open the project, you can see a list of all object modules and their routines in the left-hand pane of the Setup panel:

See Also

Selecting Applications and Modules to Profile

Highlight search results