This is an archive of the discontinued LLVM Phabricator instance.

[LNT] Fixed JS error caused by selecting the function with missing counters on the profile page
ClosedPublic

Authored by kpdev42 on Nov 25 2021, 4:56 AM.

Details

Summary

Some counters may be missing for some functions. These functions are labeled as no data on the Profile page.
You will get the JS error value.toFixed is not a function after selecting such function and the control flow graph.
This patch fixes this error.

OS Laboratory. Huawei Russian Research Institute. Saint-Petersburg

Diff Detail

Repository
rLNT LNT

Event Timeline

kpdev42 created this revision.Nov 25 2021, 4:56 AM
kpdev42 requested review of this revision.Nov 25 2021, 4:56 AM
thopre accepted this revision.Nov 25 2021, 5:13 AM

LGTM, thanks!

This revision is now accepted and ready to land.Nov 25 2021, 5:13 AM