Skip to content

Profiling

Prabaha edited this page Dec 29, 2021 · 1 revision

Start File Handle

P.S. Only Handles One file at a time.

Syntax


test {index}

Custom Profile :

Pydirman supports custom profiling for use of special profiles, i.e. compile arguments that C, C++ uses during custom build. if the file is of such a extension then you will be asked to use a default profile (No custom build) or a previous profile or a whole new profile.

a Profile is of the following type: [profile_context] profile_args

profile_args cannot be written in next line. It must complete in the same line.

A profile context is like it's name. It is used to identify and load the profile_args in the file handler.

Example


Get Profile? [New/Load/{press Enter to skip}] 

Usage of Profiles

Enter l

l will load all the profiles and ask you for which profile you want to use

-----------------------------------------------------------------
CONTEXT[profile_1]: `...`
CONTEXT[profile_2]: `...`
-----------------------------------------------------------------
Enter profile context: 

enter which profile you want to use and press Enter.

Creation of Profiles

Enter n

n will prompt you to enter a new profile context and it's args.

Enter profile context: your_new_profile_context
Enter profile: your_new_profile_args

The new profile will be created and instantly used for this handle.

Clone this wiki locally