You are here: Start » Function Reference » Profile » Profile Combinators

Profile Combinators

Icon Name Description / Applications Modules
AccumulateProfile AccumulateProfile

Creates a profile in a loop by concatenating individual values.

FoundationPro
AddProfiles AddProfiles

Adds two profiles value by value.

FoundationPro
AddProfiles_OfArray AddProfiles_OfArray

Adds profiles of an array value by value.

FoundationPro
AddProfiles_OfLoop AddProfiles_OfLoop

Adds profiles appearing in consecutive iterations value by value.

FoundationPro
DifferenceProfile DifferenceProfile

Computes profile representing difference between corresponding values of given profiles.

FoundationPro
DivideProfiles DivideProfiles

Divides two profiles value by value.

FoundationPro
JoinProfiles JoinProfiles

Concatenates two profiles into one.

FoundationPro
MaximumProfile MaximumProfile

Computes the maximum of two profiles point by point.

FoundationPro
MaximumProfile_OfArray MaximumProfile_OfArray

Computes the maximum of profiles of an array.

FoundationPro
MaximumProfile_OfLoop MaximumProfile_OfLoop

Computes the maximum of profiles appearing in consecutive iterations.

FoundationPro
MinimumProfile MinimumProfile

Computes the minimum of two profiles point by point.

FoundationPro
MinimumProfile_OfArray MinimumProfile_OfArray

Computes the minimum of profiles of an array.

FoundationPro
MinimumProfile_OfLoop MinimumProfile_OfLoop

Computes the minimum of profiles appearing in consecutive iterations.

FoundationPro
MultiplyProfiles MultiplyProfiles

Multiplies two profiles value by value.

FoundationPro
MultiplyProfiles_OfArray MultiplyProfiles_OfArray

Multiplies profiles of an array value by value.

FoundationPro
MultiplyProfiles_OfLoop MultiplyProfiles_OfLoop

Multiplies profiles appearing in consecutive iterations value by value.

FoundationPro
SubtractProfiles SubtractProfiles

Subtracts two profiles value by value.

FoundationPro