# btest **Repository Path**: Kenneth-Lee-2012/btest ## Basic Information - **Project Name**: btest - **Description**: 临时写一些性能测试程序 - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 3 - **Created**: 2020-03-11 - **Last Updated**: 2024-02-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is a set of test application I use to test the feature of low level OS/CPU architecture. Most of them are architecture independent in functionality, but the performance may be different on different platform. Here is the list of the applications: * testpf * testfp1: this one tries to do prefetch in a vector multiplication. * testfp2: this one tries to do prefetch in a by a random access on a array. * cs: a multi-thread model to test the context switch behavior * amdahl: a spinlock model to test the performance of different spinlock strategy * ci: test heavy memory access