Repository: incubator-weex Updated Branches: refs/heads/0.15-dev 7ca3a1e37 -> faaa8f893
+ [ios] delete , Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/c2d11a47 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/c2d11a47 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/c2d11a47 Branch: refs/heads/0.15-dev Commit: c2d11a4756c6ae28ce031f5c67db26d94e4873eb Parents: 7ca3a1e Author: é½å±± <[email protected]> Authored: Tue Jul 25 14:30:18 2017 +0800 Committer: é½å±± <[email protected]> Committed: Tue Jul 25 14:30:18 2017 +0800 ---------------------------------------------------------------------- ios/sdk/WeexSDK/Sources/Manager/WXTracingManager.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/c2d11a47/ios/sdk/WeexSDK/Sources/Manager/WXTracingManager.h ---------------------------------------------------------------------- diff --git a/ios/sdk/WeexSDK/Sources/Manager/WXTracingManager.h b/ios/sdk/WeexSDK/Sources/Manager/WXTracingManager.h index 767f79f..8eb6310 100644 --- a/ios/sdk/WeexSDK/Sources/Manager/WXTracingManager.h +++ b/ios/sdk/WeexSDK/Sources/Manager/WXTracingManager.h @@ -90,13 +90,13 @@ typedef enum : NSUInteger { +(void)switchTracing:(BOOL)isTracing; /** * @discusstion weex perfermance tracing state - * @param iid, the instance id. - * @param ref, the component ref - * @param className, the module or component class name - * @param name, the module or component name - * @param phase, the trace phase - * @param functionName, function name - * @param options, the optional refer:support ts,duration,parentRef + * @param iid the instance id. + * @param ref the component ref + * @param className the module or component class name + * @param name the module or component name + * @param phase the trace phase + * @param functionName function name + * @param options the optional refer:support ts,duration,parentRef */ +(void)startTracingWithInstanceId:(NSString *)iid ref:(NSString*)ref className:(NSString *)className name:(NSString *)name phase:(NSString *)phase functionName:(NSString *)functionName options:(NSDictionary *)options; /**
