Skip to content

An add-on utility to the GalSim project. Allows the user to time routines within GalSim and write routines that perform various timing experiments.

Notifications You must be signed in to change notification settings

kaashmonee/galsim-timeit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

galsim-timeit

A Python package meant to be used with GalSim.

Intended to time different FFT and photon shooting routines.

Installation

Clone the GalSim repo. git clone inside the GalSim repo. Run pip install .

To run in development mode, instead of pip install ., run

pip install -e ./

This makes it so that all changes are reflected immediately and you do not have to keep running pip install . every time.

Read more here: https://python-packaging-tutorial.readthedocs.io/en/latest/setup_py.html

Usage

from timer import Timer

About

An add-on utility to the GalSim project. Allows the user to time routines within GalSim and write routines that perform various timing experiments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages