Skip to content

Instantly share code, notes, and snippets.

@vasilevkin
Created October 30, 2019 12:19
Show Gist options
  • Save vasilevkin/879f2de433de7fc1f5b3c891af031869 to your computer and use it in GitHub Desktop.
Save vasilevkin/879f2de433de7fc1f5b3c891af031869 to your computer and use it in GitHub Desktop.
os_signpost(type: .begin, log: networkLog, name: "Parse Article from File",
signpostID: signpostID,"%{public}s", file.path)
let data = try file.read()
os_signpost(type: .end, log: networkLog, name: "Parse Article from File",
signpostID: signpostID,"%{public}s", file.path)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment