Thread Executions
Posted: Thu Feb 10, 2022 8:05 pm
Hello!
Is there a C program equivalent of the script command CheckThread<N>?
Is the size of the .out file proportional to the number of threads a program will occupy? If I have a 150 KB .out file, will it occupy three user threads and have a timing of 360us (90 us for Thread 0, 90 us for Thread 1, 90 us for Thread 2, and 90 us for Thread 3) or will it act as if it only occupies 1 thread and have an execution timing of 180 us? (90 us for Thread 0, 90 us for Thread 1)?
Is there a C program equivalent of the script command CheckThread<N>?
Is the size of the .out file proportional to the number of threads a program will occupy? If I have a 150 KB .out file, will it occupy three user threads and have a timing of 360us (90 us for Thread 0, 90 us for Thread 1, 90 us for Thread 2, and 90 us for Thread 3) or will it act as if it only occupies 1 thread and have an execution timing of 180 us? (90 us for Thread 0, 90 us for Thread 1)?