Function: profiler-report-calltree-at-point
profiler-report-calltree-at-point is a byte-compiled function defined
in profiler.el.gz.
Signature
(profiler-report-calltree-at-point &optional POINT)
Source Code
;; Defined in /usr/src/emacs/lisp/profiler.el.gz
;;; Report commands
(defun profiler-report-calltree-at-point (&optional point)
(get-text-property (or point (point)) 'calltree))