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