PoreMS 0.3
  • API
  • Molecule
  • Pore
  • Workflow
  • Pore shape examples
  • Site
    • Page
        • toc
          • toc()
    • toc
      • toc()
    Source

    toc¶

    porems.utils.toc(t, message='', is_print=True)¶

    MATLAB toc replica - return time difference to tic and alternatively print a message.

    Parameters:
    tfloat

    Starting time - given by tic function

    messagestring, optional

    Custom output message

    is_printbool, optional

    True for printing an output message

    Returns:
    timefloat

    Time difference

    Back to top

    © Copyright 2021, Hamzeh Kraus.
    Created using Sphinx 7.4.6.