-
Notifications
You must be signed in to change notification settings - Fork 3
Profiling
P.S. Only Handles One file at a time.
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.
Get Profile? [New/Load/{press Enter to skip}]
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.
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.