Just use a high precise timer and check the times of a test app you made.
I bet C++ is a little bit faster then lite-c because of better compiler optimizations but C# isnt comparable at all. I had a simple .net program which should read the bytes of a file and write them to a text file. It ran for around 5 hours where my C++ programm took 3 seconds...