Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
libyt 0.3.0 documentation
libyt 0.3.0 documentation

For users

  • Quick Start
  • Example
  • How to Install
    • Details
  • How it Works
  • In Situ Python Analysis
    • Inline Python Script
    • Using yt
    • libyt Python Module
    • libyt Defined Commands
    • Interactive Python Prompt
    • Reloading Script
    • Jupyter Notebook Access
      • Using Jupyter Notebook and JupyterLab
      • Example – Connecting to Kernel on Local Machine
      • Example – Connecting to Kernel on HPC Cluster
    • Limitations
  • FAQs

For developers

  • libyt API
    • yt_initialize – Initialize
    • yt_set_Parameters – Set yt Parameters
    • yt_set_UserParameter* – Set Other Parameters
    • yt_get_FieldsPtr – Set Field Information
      • Derived Field
      • Face-Centered Field
    • yt_get_ParticlesPtr – Set Particle Information
    • yt_get_GridsPtr – Set Local Grids Information
    • yt_getGridInfo_* – Look Up Data
    • yt_commit – Commit Your Settings
    • yt_run_Function, yt_run_FunctionArguments – Call Python Function
    • yt_run_InteractiveMode – Activate Interactive Python Prompt
    • yt_run_ReloadScript – Reload Script
    • yt_run_JupyterKernel – Activate Jupyter Kernel
    • yt_free – Free libyt Resource
    • yt_finalize – Finalize
    • Data Types
  • Debug and Time Profiling
    • Checking Input Data
    • Time Profiling
  • Index
Back to top
View this page

Debug and Time Profiling¶

  • Checking Input Data
  • Time Profiling
Next
Checking Input Data
Previous
Data Types
Copyright © 2024, Shin-Rong Tsai, Hsi-Yu Schive, Matthew Turk
Made with Sphinx and @pradyunsg's Furo