V1/V2 API Library Separation

V1 library will be supported as librocprofiler64.so and V2 will be supported as librocprofiler64v2.so and headers will be rocprofiler.h for V1 and v2/rocprofiler.h for v2

Change-Id: Ibe5bdbf2f79f0175342c648e917ae77918186604
Bu işleme şunda yer alıyor:
Ammar ELWazir
2023-04-20 22:04:46 +00:00
işlemeyi yapan: Ammar Elwazir
ebeveyn 9dd1a12468
işleme 9e62e066fe
62 değiştirilmiş dosya ile 2220 ekleme ve 737 silme
+1 -1
Dosyayı Görüntüle
@@ -3,7 +3,7 @@
#include <thread>
#include <iostream>
#include "rocprofiler.h"
#include <rocprofiler/v2/rocprofiler.h>
int main(int argc, char** argv) {
int poll_duration = 5;