Skip to content

Instantly share code, notes, and snippets.

@javanli
javanli / lockBenchmarkTests.m
Created October 22, 2019 17:10
iOS lock benchmark
//
// JFDemosTests.m
// JFDemosTests
//
// Created by javanli on 2019/4/26.
// Copyright © 2019年 javanli. All rights reserved.
//
#import <XCTest/XCTest.h>
#import <pthread.h>
@javanli
javanli / BenchMarkViewController.m
Last active October 22, 2019 12:09
iOS lock benchmark
//
// BenchMarkViewController.m
// JFDemos
//
// Created by javanli on 2019/10/22.
// Copyright © 2019 javanli. All rights reserved.
//
#import "BenchMarkViewController.h"
#import <pthread.h>