ИИ
Size: a a a
ИИ
ИИ
SP
ИИ
Programmer manually instruments the code with trace points
- может правильнее было привязаться к шатным средствам трассировки?ИИ
V
ИИ
SP
SB
-ifdef(namespaced_types).
-record(buf, {type = undefined :: undefined | stack | queue | keep_old | {mod, module()},
max = undefined :: undefined | max(),
size = 0 :: non_neg_integer(),
drop = 0 :: drop(),
data = undefined :: undefined | queue:queue() | list()}).
-else.
-record(buf, {type = undefined :: undefined | stack | queue | keep_old | {mod, module()},
max = undefined :: undefined | max(),
size = 0 :: non_neg_integer(),
drop = 0 :: drop(),
data = undefined :: undefined | queue() | list()}).
-endif.
V
V
ИИ
SB
SB
ММ
V
V