This document discusses the difficulties in comparing code analyzers based on usability. Simply comparing metrics like number of diagnostics or speed is unreasonable because they don't reflect how usable a tool is for a particular project or user. The document analyzes six usability issues with an analyzer integrated into Visual Studio compared to PVS-Studio when analyzing the eMule project, such as inability to save analysis results or filter duplicate messages. While the Visual Studio analyzer was faster, it took much longer to complete analysis due to usability issues. The document concludes that usability is very important for comparing analyzers and there is no single best tool, only what is better for a specific project and user.