mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-20 21:31:32 +03:00
2dfde98b0f
%meme reports mem usage at callsite. %xray prints the vere bytecode of the hoon tree wrapped by the hint.
32 lines
753 B
Plaintext
32 lines
753 B
Plaintext
:: Test that these hints do not crash the runtime
|
|
:: there is no need to include the hints for dynamic %bout
|
|
:: since all hoon tests exersize dynamic %bout
|
|
|%
|
|
:: these test that the hilt trace hints
|
|
:: are safe to run or ignore
|
|
++ test-hela-hilt
|
|
~> %hela
|
|
~
|
|
++ test-nara-hilt
|
|
~> %nara
|
|
~
|
|
:: test that the hilt memory-report hint
|
|
:: is safe to run or ignore
|
|
++ test-meme-hilt
|
|
~> %meme
|
|
~
|
|
:: these test that the hint trace hints
|
|
:: are safe to run or ignore
|
|
++ test-hela-hint
|
|
~> %hela.[1 leaf+"test-hela-trace-hint"]
|
|
~
|
|
++ test-nara-hint
|
|
~> %nara.[1 leaf+"test-nara-trace-hint"]
|
|
~
|
|
:: test that the hilt memory-report hint
|
|
:: is safe to run or ignore
|
|
++ test-meme-hint
|
|
~> %meme.[1 leaf+"test-meme-hint"]
|
|
~
|
|
--
|