979
951
def apply_lsprofiled(filename, the_callable, *args, **kwargs):
980
952
from bzrlib.lsprof import profile
981
ret, stats = profile(exception_to_return_code, the_callable, *args, **kwargs)
953
ret, stats = profile(exception_to_return_code, the_callable,