Sunil Kumar YadavApr 25, 20224 min readDebugging Data Race Conditions Using Thread SanitizerIn past to speed up the execution of software one had to either upgrade the underlying hardware i.e. microcontroller or microprocessor...
Sunil Kumar YadavOct 3, 20218 min readUnderstanding the runtime behaviors of C++ programs using uftrace toolWhether you are an expert programmer or a freshman in university, it's always fascinating to learn how systems work under the hood. Since...
Sunil Kumar YadavSep 19, 202113 min readgprof: How To Use GNU Profiling Tool?Efficiency in software engineering is associated with reliability, speed, and programming methodology used in developing software for an...