get-tree provides information about <tree> (created by new-tree):
<count> (in "count" clause) provides the number of keys (i.e. nodes) in the tree.
<hops> (in "hops" clause) provides the number of nodes accessed to find a key in the last tree statement executed prior to get-tree. Note that <hops> is available only in debug RimStone build (see rim "--devel" option); otherwise it is always zero (if you make your application with "--release" option).