logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sc::TimedRegion

Author

       Generated automatically by Doxygen for MPQC from the source code.

Version 2.3.1                                    Sun Oct 4 2020                               sc::TimedRegion(3)

Name

       sc::TimedRegion

Synopsis

PublicMemberFunctionsTimedRegion (const char *name)
       const char * name () const
       TimedRegion * findinsubregion (const char *)
       void cpu_enter (double)
       void wall_enter (double)
       void flops_enter (double)
       void cpu_exit (double)
       void wall_exit (double)
       void flops_exit (double)
       void cpu_add (double t)
       void wall_add (double t)
       void flops_add (double t)
       TimedRegion * up () const
       TimedRegion * subregions () const
       TimedRegion * next () const
       TimedRegion * prev () const
       int nregion ()
       void get_region_names (const char *names[])
       void get_wall_times (double *)
       void get_cpu_times (double *)
       void get_flops (double *)
       void get_depth (int *, int depth=0)

See Also