X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fbase%2Finterfaces%2Fperformance-interface.h;h=a90584fd49f60896e6cbb205808d2ea0bbd9e542;hb=c4dbb2103a3abc50a52a0850371d3fc6e0adc201;hp=3f41f979d97392005c868a4f8a1cd52b82dd93ce;hpb=ce379a6cbc088dae463c3516df736af2741bd588;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/base/interfaces/performance-interface.h b/adaptors/base/interfaces/performance-interface.h index 3f41f97..a90584f 100644 --- a/adaptors/base/interfaces/performance-interface.h +++ b/adaptors/base/interfaces/performance-interface.h @@ -72,10 +72,10 @@ public: enum TimeStampOutput { NO_TIME_STAMP_OUTPUT = 0, - OUTPUT_DALI_LOG = 1 << 0, ///< Bit 1 (1), log markers to DALi log - OUTPUT_KERNEL_TRACE = 1 << 1, ///< Bit 2 (2), log makers to kernel trace - OUTPUT_SYSTEM_TRACE = 1 << 2, ///< Bit 3 (4), log markers to system trace - OUTPUT_NETWORK = 1 << 3, ///< Bit 4 (8), log markers to network client + OUTPUT_DALI_LOG = 1 << 0, ///< Bit 0 (1), log markers to DALi log + OUTPUT_KERNEL_TRACE = 1 << 1, ///< Bit 1 (2), log makers to kernel trace + OUTPUT_SYSTEM_TRACE = 1 << 2, ///< Bit 2 (4), log markers to system trace + OUTPUT_NETWORK = 1 << 3, ///< Bit 3 (8), log markers to network client }; /**