Initializer of a stack entry
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | name | Name of a function |
||
integer, | intent(in) | :: | hash | Hash ID |
||
integer, | intent(in) | :: | num_calls | Current number of calls |
||
type(mimic_stack_entry), | pointer | :: | parent | Parent entry |