Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
peterb180369 committed Sep 23, 2019
1 parent 53fe327 commit ee958ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions BXSwiftUtils/Logging/BXSignpostMixin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import os.signpost


/// OSLog for signpost measuring

@available(OSX 10.12, *)
let signpostlog:OSLog =
{
Expand All @@ -34,9 +35,6 @@ public protocol BXSignpostMixin : class
extension BXSignpostMixin
{

public static func createSignpostLog(withName name:String)
{
}
/// Begins a signpost for measuring the execution time of a function
/// - parameter name: The name of the calling class
/// - parameter function: the name of the calling function
Expand Down Expand Up @@ -68,6 +66,7 @@ extension BXSignpostMixin
os_signpost(.end, log:signpostlog, name:name, signpostID:signpostID, "%@.end",function)
}
}

}


Expand Down

0 comments on commit ee958ef

Please sign in to comment.