![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Include dependency graph for times.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | dt_times_t |
Functions | |
| static double | dt_get_wtime (void) |
| static void | dt_get_times (dt_times_t *t) |
| double | dt_get_start_wtime (void) |
| void | dt_show_times (const dt_times_t *start, const char *prefix) |
| void | dt_show_times_f (const dt_times_t *start, const char *prefix, const char *suffix,...) __attribute__((format(printf |
Definition at line 2070 of file darktable.c.
References darktable, and darktable_t::start_wtime.
Referenced by _envelope().
|
inlinestatic |
Definition at line 50 of file times.h.
References dt_get_wtime(), getrusage(), L, RUSAGE_SELF, and t.
Referenced by _dt_dev_load_raw(), _lib_navigation_draw_callback(), _redraw_surface(), _view_map_changed_callback_delayed(), dt_color_picker_helper(), dt_colorspaces_apply_profile(), dt_colorspaces_apply_profile_cl(), dt_dev_darkroom_pipeline(), dt_dev_pixelpipe_change(), dt_dev_pixelpipe_process(), dt_dev_pixelpipe_process_rec(), dt_imageio_export_with_flags(), dt_ioppr_transform_image_colorspace_rgb(), dt_ioppr_transform_image_colorspace_rgb_cl(), dt_show_times(), dt_show_times_f(), dual_demosaic(), expose(), process(), and process_cl().
Definition at line 43 of file times.h.
References L.
Referenced by _brush_get_mask(), _brush_get_mask_roi(), _brush_get_pts_border(), _build_clut(), _build_clut(), _circle_get_mask(), _circle_get_mask_roi(), _draw_samples(), _dt_dev_write_history_job_run(), _dt_masks_events_flush_rebuild_if_needed(), _dt_thumbtable_empty_list(), _ellipse_get_mask(), _ellipse_get_mask_roi(), _envelope(), _film_import1(), _gradient_get_mask(), _gradient_get_mask_roi(), _group_get_mask(), _group_get_mask_roi(), _launch_text_query(), _piwigo_api_post_internal(), _polygon_get_mask(), _polygon_get_mask_roi(), _polygon_get_pts_border(), _rasterize_pending_dab_batch(), _render_surface(), _sp_chol_factor_cl(), _text_entry_changed_wait(), _thumb_draw_image(), _undo_record(), _update_curve_cache(), _update_gui_lut_cache(), _view_image_get_surface_internal(), dt_control_job_execute(), dt_control_run_job_res(), dt_dev_history_commit_item_now(), dt_dev_pixelpipe_change(), dt_drawlayer_paint_rasterize_segment_to_buffer(), dt_get_times(), dt_init(), dt_masks_center_of_gravity_from_points(), dt_masks_group_render_roi(), dt_masks_gui_form_create_throttled(), dt_opencl_device_init(), dt_print(), dt_thumbtable_update(), dt_vprint(), enter(), and leave().
| void dt_show_times | ( | const dt_times_t * | start, |
| const char * | prefix | ||
| ) |
Definition at line 2128 of file darktable.c.
References dt_times_t::clock, darktable, DT_DEBUG_PERF, dt_get_times(), dt_print(), L, darktable_t::unmuted, and dt_times_t::user.
Referenced by _view_map_changed_callback_delayed(), dt_dev_darkroom_pipeline(), dt_dev_pixelpipe_process(), and dt_imageio_export_with_flags().
| void dt_show_times_f | ( | const dt_times_t * | start, |
| const char * | prefix, | ||
| const char * | suffix, | ||
| ... | |||
| ) |