Profile module documentation
createProfile :: String -> [Resource] -> <WriteGraph> Resource
Creates a Profile with given string, returns the created profile.
createProfileEntry :: String -> Resource -> Resource -> <WriteGraph> Resource
CreateProfileEntry name style group.
Didn't find the value 'createTopLevelProfile'.
activateProfileEntries :: Resource -> [Resource] -> <WriteGraph> ()
toggleProfileGroup :: Resource -> String -> Boolean -> <WriteGraph> ()
toggleProfileGroup runtimeProfile profileGroupName value
Toggles the given profileGroupName in given runtimeProfile on or off
depending on value
Example:
toggleProfileGroup runtimeProfile "Simulated 1" True
Undocumented entities
createToplevelProfile :: Resource -> String -> [Resource] -> <WriteGraph> Resource
CreateToplevelProfile model name entries.
resetProfileMonitorPosition :: Resource -> <WriteGraph> ()
setProfileMonitorPosition :: Resource -> Double -> Double -> <WriteGraph> ()
|