/* This package contains profiling functions, mainly for testing. Additional information can be found in our Developer Guide: https://github.com/photoprism/photoprism/wiki */ package capture import ( "github.com/photoprism/photoprism/internal/event" ) var log = event.Log