You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by zs...@apache.org on 2017/08/01 02:54:58 UTC

[31/50] [abbrv] incubator-weex git commit: + [ios] delete ,

+ [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/dev
Commit: c2d11a4756c6ae28ce031f5c67db26d94e4873eb
Parents: 7ca3a1e
Author: 齐山 <su...@163.com>
Authored: Tue Jul 25 14:30:18 2017 +0800
Committer: 齐山 <su...@163.com>
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;
 /**